doc: Improve pgoutput documentation.

Fujii Masao <fujii@postgresql.org>

Commit: 38c5fbd97ee6a8409c6c41d6af0c06169cd51c2b
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-08-19T09:54:27Z
doc: Improve pgoutput documentation.

This commit updates the pgoutput documentation with the following changes:

- Specify the data type for each pgoutput option.
- Clarify the relationship between proto_version and options such as
   streaming and two_phase.
- Add a note on the use of pg_logical_slot_peek_changes and
   pg_logical_slot_get_changes with pgoutput.

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

Files

PathChange+/−
doc/src/sgml/func/func-admin.sgml modified +1 −1
doc/src/sgml/logicaldecoding.sgml modified +68 −50

Discussion