DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY - Mailing list pgsql-hackers

From Peter Smith
Subject DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Date
Msg-id CAHut+PuVZsm4-Xq4ufDDzJiXbCsSuwO4cJd5Fia3Uc9VBUk5Xw@mail.gmail.com
Whole thread
Responses Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
List pgsql-hackers
Hi,

Currently, the EXCEPT (TABLE ...) part mentions how 'ONLY' and '*'
work for inheritance tables, but how they have no effect for
partitioned tables [1].

It seems we accidentally missed saying that these also have no effect
for *regular* tables.

PSA: a patch to clarify this.

======
[1] https://www.postgresql.org/docs/devel/sql-createpublication.html#SQL-CREATEPUBLICATION-PARAMS-FOR-EXCEPT-TABLE

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Reject invalid databases in pg_get_database_ddl()
Next
From: Josh Kupershmidt
Date:
Subject: pg_dump: eliminate tmpfile double-write in tar format output