Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for

Lists: pgsql-committers
From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a bunch of bad grammar in the docs: "<link>, which see for
Date: 2007-05-15 19:43:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs: "<link>, which see for
Date: 2007-05-16 19:10:10
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

neilc(at)postgresql(dot)org (Neil Conway) writes:
> Log Message:
> -----------
> Fix a bunch of bad grammar in the docs: "<link>, which see for more
> information" is un-good English.

I beg to differ.

regards, tom lane


From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs: "<link>, which see for
Date: 2007-05-16 19:18:23
Message-ID: 1179343103.16480.30.camel@goldbach
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

On Wed, 2007-16-05 at 15:10 -0400, Tom Lane wrote:
> I beg to differ.

On what grounds?

-Neil


From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Neil Conway" <neilc(at)samurai(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-16 19:49:35
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

"Neil Conway" <neilc(at)samurai(dot)com> writes:

> On Wed, 2007-16-05 at 15:10 -0400, Tom Lane wrote:
>> I beg to differ.
>
> On what grounds?

"which see" is an unusual formulation but it's actually pretty standard. You
see it a lot in older texts. IIRC it's used heavily in the TeX book.

It's probably not a bad idea to avoid it though given that many readers will
indeed be surprised by it.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com


From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-16 20:00:04
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Gregory Stark wrote:
> "Neil Conway" <neilc(at)samurai(dot)com> writes:
>
>> On Wed, 2007-16-05 at 15:10 -0400, Tom Lane wrote:
>>> I beg to differ.
>> On what grounds?
>
> "which see" is an unusual formulation but it's actually pretty standard. You
> see it a lot in older texts. IIRC it's used heavily in the TeX book.
>
> It's probably not a bad idea to avoid it though given that many readers will
> indeed be surprised by it.

yes indeed - looks pretty weird to me at least (as a non native speaker)

Stefan


From: Neil Conway <neilc(at)samurai(dot)com>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-16 20:01:20
Message-ID: 1179345680.16480.35.camel@goldbach
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

On Wed, 2007-16-05 at 20:49 +0100, Gregory Stark wrote:
> "which see" is an unusual formulation but it's actually pretty standard. You
> see it a lot in older texts.

Interesting, I've never run across it before. It certainly sounds
awkward to me, but I can revert the change if people would like.

-Neil


From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-16 20:11:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Neil Conway wrote:
> On Wed, 2007-16-05 at 20:49 +0100, Gregory Stark wrote:
> > "which see" is an unusual formulation but it's actually pretty standard. You
> > see it a lot in older texts.
>
> Interesting, I've never run across it before. It certainly sounds
> awkward to me, but I can revert the change if people would like.

I don't care either way because the new wording seems OK too, but I as a
non-native speaker found the construct very natural and easy to
understand. It also maps into the latin q.v. verbatim.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


From: Dave Page <dpage(at)postgresql(dot)org>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-16 20:20:58
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Neil Conway wrote:
> On Wed, 2007-16-05 at 20:49 +0100, Gregory Stark wrote:
>> "which see" is an unusual formulation but it's actually pretty standard. You
>> see it a lot in older texts.
>
> Interesting, I've never run across it before. It certainly sounds
> awkward to me, but I can revert the change if people would like.

I've never seen it before, and it certainly sounds wrong to my ears.
Greg would probably argue that I can't string two sentences together
myself though, so who am I to comment? :-)

Regards, Dave


From: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Gregory Stark <stark(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a bunch of bad grammar in the docs:"<link>, which see for
Date: 2007-05-17 02:49:49
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

On Wed, May 16, 2007 at 04:11:11PM -0400, Alvaro Herrera wrote:
> Neil Conway wrote:
> > On Wed, 2007-16-05 at 20:49 +0100, Gregory Stark wrote:
> > > "which see" is an unusual formulation but it's actually pretty standard. You
> > > see it a lot in older texts.
> >
> > Interesting, I've never run across it before. It certainly sounds
> > awkward to me, but I can revert the change if people would like.
>
> I don't care either way because the new wording seems OK too, but I as a
> non-native speaker found the construct very natural and easy to
> understand. It also maps into the latin q.v. verbatim.

Perhaps this is something that sounds better to non-native english
speakers than it does to native. I hadn't run across the original, but
it certainly grates on my ears. I vote keep the new version.
--
Jim Nasby decibel(at)decibel(dot)org
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)