pgsql: doc: Improve pgoutput documentation. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Improve pgoutput documentation.
Date
Msg-id E1uoJ5J-000cmv-0F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38c5fbd97ee6a8409c6c41d6af0c06169cd51c2b

Modified Files
--------------
doc/src/sgml/func/func-admin.sgml |   2 +-
doc/src/sgml/logicaldecoding.sgml | 118 ++++++++++++++++++++++----------------
2 files changed, 69 insertions(+), 51 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add src/include/catalog/README
Next
From: Álvaro Herrera
Date:
Subject: Re: pgsql: Move SQL-callable code related to multixacts into its own file