On Wed, Apr 15, 2026 at 10:57:25AM +0200, Laurenz Albe wrote: > On Tue, 2026-04-14 at 21:18 -0400, Bruce Momjian wrote: > > I have completed the first draft of the PG 19 release notes: > > > > https://www.postgresql.org/docs/devel/release-19.html > > Thank you! > > I noticed a typo: > > Change vacuumdb's --analyze-only option to analyze partitioned tables when > now targets are specified > > It should probably be "no targets" rather than "now targets".
"Now targets" did have a sense of immediacy, but unfortunately inaccurate. ;-) Fixed. -- 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 3477c338f57..feaec880171 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -2562,7 +2562,7 @@ Author: Fujii Masao <[email protected]> <listitem> <para> -Change vacuumdb's --analyze-only option to analyze partitioned tables when now targets are specified (Laurenz Albe, Mircea Cadariu) +Change vacuumdb's --analyze-only option to analyze partitioned tables when no targets are specified (Laurenz Albe, Mircea Cadariu) <ulink url="&commit_baseurl;6429e5b77">§</ulink> </para>
