Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gRHej-0005ZR-0s for pgsql-docs@arkaria.postgresql.org; Mon, 26 Nov 2018 14:14:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gRHeh-0006cr-Ay for pgsql-docs@arkaria.postgresql.org; Mon, 26 Nov 2018 14:14:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gRHeh-0006ck-1V for pgsql-docs@lists.postgresql.org; Mon, 26 Nov 2018 14:14:31 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gRHeZ-0007P8-Qo for pgsql-docs@lists.postgresql.org; Mon, 26 Nov 2018 14:14:29 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id wAQEEIMF003913; Mon, 26 Nov 2018 09:14:18 -0500 From: Tom Lane To: Michael Paquier cc: Vik Fearing , Magnus Hagander , nawaz@fast.au.fujitsu.com, pgsql-docs@lists.postgresql.org Subject: Re: typo In-reply-to: <20181126074238.GL1776@paquier.xyz> References: <154319327168.1315.1846953598601966513@wrigleys.postgresql.org> <20181126065643.GK1776@paquier.xyz> <14d25c7a-2b03-d98e-5853-0a52ba64ad92@2ndquadrant.com> <20181126074238.GL1776@paquier.xyz> Comments: In-reply-to Michael Paquier message dated "Mon, 26 Nov 2018 16:42:38 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3911.1543241658.1@sss.pgh.pa.us> Date: Mon, 26 Nov 2018 09:14:18 -0500 Message-ID: <3912.1543241658@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Michael Paquier writes: > On Mon, Nov 26, 2018 at 08:17:06AM +0100, Vik Fearing wrote: >> On 26/11/2018 08:03, Magnus Hagander wrote: >>> Are you sure that's right? To me the original wording of that sentence >>> seems to convey the message properly, and the update done does not? >> Yeah, I just found this on the committers list and I disagree with the >> change as well. > [... checking around ...] > Hm. I have read the sentence and the surroundings a couple of times > before doing anything, and using an adverb looked clearer than the > adjective. Is an adjective more appropriate than an adverb here because > it insists more on the fact that each row is involved? Just trying to > grab the difference. I think that text is mine originally, and it was not a typo. The meaning of "table rows proper", in this case, is basically "table rows themelves". The first dictionary I looked at gives this example: PROPER Adjective [ chiefly British ] ... [ postpositive ] Strictly so called; in its true form. "some of the dos and don'ts in espionage proper" But I can see that a lot of people might not be familiar with that usage, so I've got no objections to rewriting it more clearly --- any suggestions? regards, tom lane