Re: postgresql 11 release notes

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: Brad DeJong <bpd0018(at)gmail(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: postgresql 11 release notes
Date: 2018-06-20 02:20:44
Message-ID: CAHE3wgj6TyNdwmw_2=cJyUWKy5FnY+JLW=L7JgWxnXPeNAwFUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Brad, your forgot to reply to pgsql-docs.

2018-06-19 20:21 GMT-03:00 Brad DeJong <bpd0018(at)gmail(dot)com>:
> How about dropping the which clause entirely? I split this off as
> release-11-newunit-v1.patch for further discussion.
>
Works for me. Could you append it to v2?

>> <para>
>> - Exclude unlogged, temporary tables, and
>> + Exclude unlogged, temporary tables and
>> <filename>pg_internal.init</filename> files from streaming base
>> backups (David Steele)
>> </para>
>>
>> AFAIK postgres uses Oxford comma a lot.
>
> I left this change in the v2 patch.
> I didn't remove it because it was an Oxford comma; I removed it because
> there are only two items, tables and files, so this should not be a comma
> separated list.
> Unlogged and temporary both modify tables and tell us what kind of tables
> are being excluded.
> If this was a list, the items should be semi-colon separated because of the
> comma between unlogged and temporary.
> For example - Exclude unlogged, temporary tables; b-tree indexes; and
> pg_internal.init files from streaming base backups.
>
I see. I think the sentence should be "Exclude unlogged tables,
temporary tables, and <filename>pg_internal.init</filename> files from
streaming base backups".

--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2018-06-20 03:58:39 Re: DATE_PART('field', INTERVAL) not intuitive literal reading of interval
Previous Message Michael Paquier 2018-06-20 02:05:52 Re: Changes in serial / sequence introduced in Postgresql 10