pgsql: doc: Improve documentation discoverability for pgoutput.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve documentation discoverability for pgoutput.
Date: 2025-08-19 09:56:53
Message-ID: E1uoJ5J-000cmt-0D@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve documentation discoverability for pgoutput.

Previously, the documentation for pgoutput was located in the section on
the logical streaming replication protocol, and there was no index entry
for it. As a result, users had difficulty finding information about pgoutput.

This commit moves the pgoutput documentation under the logical decoding
section and adds an index entry, making it easier for users to locate and
access this information.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Reviewed-by: Euler Taveira <euler(at)eulerto(dot)com>
Discussion: https://postgr.es/m/CAHGQGwFJTbygdhhjR_iP4Oem=Lo1xsptWWOq825uoW+hG_Lfnw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34a62c2c7fae00c08aa618c584ce4c52969dbf87

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 8 +-
doc/src/sgml/logicaldecoding.sgml | 146 ++++++++++++++++++++++++++++++++++
doc/src/sgml/protocol.sgml | 131 ++----------------------------
3 files changed, 156 insertions(+), 129 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-08-19 10:31:14 Re: pgsql: Move SQL-callable code related to multixacts into its own file
Previous Message Peter Eisentraut 2025-08-19 06:46:49 pgsql: Add src/include/catalog/README