doc: Improve documentation discoverability for pgoutput.

Fujii Masao <fujii@postgresql.org>

Commit: 34a62c2c7fae00c08aa618c584ce4c52969dbf87
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-08-19T09:53:56Z
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.fujii@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Reviewed-by: Euler Taveira <euler@eulerto.com>
Discussion: https://postgr.es/m/CAHGQGwFJTbygdhhjR_iP4Oem=Lo1xsptWWOq825uoW+hG_Lfnw@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/logicaldecoding.sgml modified +146 −0
doc/src/sgml/logical-replication.sgml modified +4 −4
doc/src/sgml/protocol.sgml modified +6 −125

Discussion