Re: Wrong syntax in feature description - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Wrong syntax in feature description
Date
Msg-id CAA4eK1KxMi-SiMFp3rgvaDneKgRYhW8KWhjJSUGFtaZrMLKBEA@mail.gmail.com
Whole thread Raw
In response to Wrong syntax in feature description  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: Wrong syntax in feature description
List pgsql-hackers
On Fri, Jun 2, 2023 at 7:01 PM Peter Smith <smithpb2250@gmail.com> wrote:
>
> Hi, I noticed a feature description [1] referring to a command example:
>
> CREATE PUBLICATION ... FOR ALL TABLES IN SCHEMA ....
>
> ~~
>
> AFAIK that should say "FOR TABLES IN SCHEMA" (without the "ALL", see [2])
>

Right, this should be changed.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)
Next
From: Tom Lane
Date:
Subject: Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function