From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz>, Liudmila Mantrova <l(dot)mantrova(at)postgrespro(dot)ru> |
Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: some grammar fixes for docs |
Date: | 2019-05-16 23:36:02 |
Message-ID: | 8c3041c5-9d37-a310-c884-f38709ffbe65@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On 5/16/19 7:32 PM, Michael Paquier wrote:
> On Thu, May 16, 2019 at 05:11:37PM +0300, Liudmila Mantrova wrote:
>> I have noticed imperfect grammar in a couple of sgml files, please consider
>> a small patch (attached).
>
> Thanks, Liudmila for caring about such matters.
>
>> <para>
>> - Transaction which last more than <replaceable>limit</replaceable> milliseconds
>> + Transactions that last more than <replaceable>limit</replaceable> milliseconds
>> are counted and reported separately, as <firstterm>late</firstterm>.
>> </para>
>
> I don't see much of a difference between "which" or "that" in this
> context, and you are right about the plural for "Transactions". Any
> native English speaker around or anybody with an extra opinion?
>
>> <para>
>> Of the two operator classes for type <type>point</type>,
>> <literal>quad_point_ops</literal> is the default. <literal>kd_point_ops</literal>
>> - supports the same operators but uses a different index data structure which
>> + supports the same operators but uses a different index data structure that
>> may offer better performance in some applications.
>> </para>
>
> Same here.
Technically it should be "that" - often you say "which" when one is
speaking, but in writing, in the above cases, "that" is grammatically
correct.
Thanks,
Jonathan
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-05-16 23:55:57 | Re: some grammar fixes for docs |
Previous Message | Michael Paquier | 2019-05-16 23:32:53 | Re: some grammar fixes for docs |