Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCVyb-0001h0-J6 for pgsql-docs@arkaria.postgresql.org; Wed, 26 Jan 2022 00:15:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nCVya-00071x-E1 for pgsql-docs@arkaria.postgresql.org; Wed, 26 Jan 2022 00:15:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCVya-00071o-6f for pgsql-docs@lists.postgresql.org; Wed, 26 Jan 2022 00:15:52 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nCVyV-0006an-Nx for pgsql-docs@lists.postgresql.org; Wed, 26 Jan 2022 00:15:51 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 20Q0FjnJ2352063; Tue, 25 Jan 2022 19:15:45 -0500 From: Tom Lane To: "David G. Johnston" cc: Bruce Momjian , davs2rt@gmail.com, Pg Docs Subject: Re: Conventions In-reply-to: References: <164308146320.12460.3590769444508751574@wrigleys.postgresql.org> Comments: In-reply-to "David G. Johnston" message dated "Tue, 25 Jan 2022 15:20:52 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2352061.1643156145.1@sss.pgh.pa.us> Date: Tue, 25 Jan 2022 19:15:45 -0500 Message-ID: <2352062.1643156145@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David G. Johnston" writes: > There is an implied "anything else not noted here should be taken as > literal token to type, or a variable, as context dictates" [1] - and since > () isn't mentioned... > I'd probably rather make that implied part explicit and avoid mentioning > parentheses explicitly. +1. I mean, if we have to say this for parentheses, what about commas, dashes, etc? > I would suggest moving the Tcl parenthetical to its own sentence. The > percentage of readers who will notice or care about Tcl synopses is > probably close to zero, and they are likely to be familiar enough to not > need our preface to enlighten them. Maybe time to drop the Tcl reference altogether? I like that language, but I fear it's next door to dead, so it certainly doesn't need to be mentioned outside the pltcl docs. regards, tom lane