On Wed, 28 May 2025 23:14:36 +0900
Yugo Nagata <nag...@sraoss.co.jp> wrote:

> On Thu, 1 May 2025 22:44:50 -0400
> Bruce Momjian <br...@momjian.us> wrote:
> 
> > I have committd the first draft of the PG 18 release notes.  The item
> > count looks strong:
> 
> Some items in the "EXPLAIN" section are actually not about the EXPLAIN
> but the ANALYZE command. The attached patch is move them to the
> "Utility Commands" section with a little edit of wordings.

... or, perhaps they should be moved to the "Monitoring" section.
I've attached a patch in this version.

Regards
Yugo Nagata

-- 
Yugo Nagata <nag...@sraoss.co.jp>
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 2ae03065f94..7cd350a973a 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -761,6 +761,33 @@ mode; tracking must be enabled with the server variable track_cost_delay_timing.
 </para>
 </listitem>
 
+<!--
+Author: Masahiko Sawada <msaw...@postgresql.org>
+2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
+Author: Masahiko Sawada <msaw...@postgresql.org>
+2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
+-->
+
+<listitem>
+<para>
+Add WAL, CPU, and average read statistics output to ANALYZE VERBOSE (Anthonin Bonnefoy)
+<ulink url="&commit_baseurl;4c1b4cdb8">&sect;</ulink>
+<ulink url="&commit_baseurl;bb7775234">&sect;</ulink>
+</para>
+</listitem>
+
+<!--
+Author: Michael Paquier <mich...@paquier.xyz>
+2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
+-->
+
+<listitem>
+<para>
+Add full WAL buffer count to VACUUM/ANALYZE (VERBOSE) and autovacuum log output (Bertrand Drouvot)
+<ulink url="&commit_baseurl;6a8a7ce47">&sect;</ulink>
+</para>
+</listitem>
+
 <!--
 Author: Michael Paquier <mich...@paquier.xyz>
 2024-12-19 [9aea73fc6] Add backend-level statistics to pgstats
@@ -1739,33 +1766,15 @@ Automatically include BUFFERS output in EXPLAIN ANALYZE (Guillaume Lelarge, Davi
 </para>
 </listitem>
 
-<!--
-Author: Masahiko Sawada <msaw...@postgresql.org>
-2024-08-13 [4c1b4cdb8] Add resource statistics reporting to ANALYZE VERBOSE.
-Author: Masahiko Sawada <msaw...@postgresql.org>
-2024-09-09 [bb7775234] Add WAL usage reporting to ANALYZE VERBOSE output.
--->
-
-<listitem>
-<para>
-Add WAL, CPU, and average read statistics output to EXPLAIN ANALYZE VERBOSE (Anthonin Bonnefoy)
-<ulink url="&commit_baseurl;4c1b4cdb8">&sect;</ulink>
-<ulink url="&commit_baseurl;bb7775234">&sect;</ulink>
-</para>
-</listitem>
-
 <!--
 Author: Michael Paquier <mich...@paquier.xyz>
 2025-02-17 [320545bfc] Add information about WAL buffers being full to EXPLAIN
-Author: Michael Paquier <mich...@paquier.xyz>
-2025-02-17 [6a8a7ce47] Add information about WAL buffers full to VACUUM/ANALYZE
 -->
 
 <listitem>
 <para>
-Add full WAL buffer count to EXPLAIN (WAL), VACUUM/ANALYZE (VERBOSE), and autovacuum log output (Bertrand Drouvot)
+Add full WAL buffer count to EXPLAIN (WAL) output (Bertrand Drouvot)
 <ulink url="&commit_baseurl;320545bfc">&sect;</ulink>
-<ulink url="&commit_baseurl;6a8a7ce47">&sect;</ulink>
 </para>
 </listitem>
 

Reply via email to