On Wed, Apr 15, 2026 at 03:27:49PM +1000, Peter Smith wrote:
> 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.

Yep, attached patch applied.

-- 
  Bruce Momjian  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.
diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml
index bae5008a4ab..3477c338f57 100644
--- a/doc/src/sgml/release-19.sgml
+++ b/doc/src/sgml/release-19.sgml
@@ -1462,7 +1462,7 @@ Author: Amit Kapila <[email protected]>
 
 <listitem>
 <para>
-Allow CREATE/ALTER PUBLICATION to exclude some tables using the EXCEPT TABLE clause (Vignesh C, Shlok Kyal)
+Allow CREATE/ALTER PUBLICATION to exclude some tables using the EXCEPT clause (Vignesh C, Shlok Kyal)
 <ulink url="&commit_baseurl;493f8c643">&sect;</ulink>
 <ulink url="&commit_baseurl;6b0550c45">&sect;</ulink>
 <ulink url="&commit_baseurl;fd366065e">&sect;</ulink>

Reply via email to