Re: First draft of PG 19 release notes

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: First draft of PG 19 release notes
Date: 2026-04-15 05:27:49
Message-ID: CAHut+Psb41Lou8+BS4ZYmZJFG8pF99wEr+xcP17PCZP1MaY_+Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

For this one:
"Allow CREATE/ALTER PUBLICATION to exclude some tables using the
EXCEPT TABLE clause (Vignesh C, Shlok Kyal)"

~

The "EXCEPT TABLE" syntax was later changed to "EXCEPT (TABLE ...)",
so where above says "EXCEPT TABLE clause", probably now that should
just say "EXCEPT clause" same as the documentation.

======
Kind Regards,
Peter Smith.
Fujitsu Australia.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Jungwirth 2026-04-15 05:28:34 Re: Inconsistent trigger behavior between two temporal leftovers
Previous Message Michael Paquier 2026-04-15 04:55:42 Re: [PATCH] Miscellaneous little fixes