Make pgoutput documentation easier to find

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-08-03T01:32:17Z
Lists: pgsql-hackers, pgsql-docs

Attachments

Hi,

The current documentation for pgoutput is buried in the logical streaming
replication protocol section (in protocol.sgml), and there's no index entry
for it. This makes it hard to discover and access, for example, when trying
to look up the options it supports.

I've often struggled to locate this information myself, so I'd like to
propose moving the pgoutput documentation to the logical decoding section
and adding an index entry. The attached patch does that. I think this change
will make it much easier for users to find the relevant details.

Thoughts?

Regards,

-- 
Fujii Masao

Commits

  1. doc: Improve pgoutput documentation.

  2. doc: Improve documentation discoverability for pgoutput.

  3. Use PG_MODULE_MAGIC_EXT in our installable shared libraries.