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