Re: postgresql 11 release notes

From: Brad DeJong <bpd0018(at)gmail(dot)com>
To: Euler Taveira <euler(at)timbira(dot)com(dot)br>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: postgresql 11 release notes
Date: 2018-06-21 11:01:28
Message-ID: CAJnrtnwuPbOPu-XRmRr4p30GXCKc8N1KX+35_BV819A5a8n8tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, Jun 21, 2018 at 5:08 AM, Brad DeJong <bpd0018(at)gmail(dot)com> wrote:

>
>
> On Tue, Jun 19, 2018 at 9:20 PM, Euler Taveira <euler(at)timbira(dot)com(dot)br>
> wrote:
>>
>> I see. I think the sentence should be "Exclude unlogged tables,
>> temporary tables, and <filename>pg_internal.init</filename> files from
>> streaming base backups".
>>
>> I like it. Done.
>
>>
>>
Just to make the difference explicit

"Exclude unlogged, temporary tables and ..."
=> if (table.unlogged == true AND table.temporary == true) then exclude
table

"Exclude unlogged tables, temporary tables, and ..."
=> if (table.unlogged == true OR table.temporary == true) then exclude table

I do not know whether the condition is an AND or an OR.
When you said "I think the sentence should be ...", I took that to mean
that you know that the condition should be an OR.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2018-06-21 21:03:22 Re: [DOCS] XMLTABLE default namespace in docs
Previous Message Brad DeJong 2018-06-21 10:08:39 Re: postgresql 11 release notes