From cf2655a9029aff63dd567dbbdcdee15ec969905d Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Fri, 4 Apr 2025 10:39:57 -0700 Subject: pg_recvlogical: Add --failover option. This new option instructs pg_recvlogical to create the logical replication slot with the failover option enabled. It can be used in conjunction with the --create-slot option. Author: Hayato Kuroda Reviewed-by: Michael Banck Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/OSCPR01MB14966C54097FC83AF19F3516BF5AC2@OSCPR01MB14966.jpnprd01.prod.outlook.com --- doc/src/sgml/ref/pg_recvlogical.sgml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 2946bdae1e5..5166393abeb 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -79,8 +79,8 @@ PostgreSQL documentation - The can be specified with - to enable decoding of prepared transactions. + The and options + can be specified with . @@ -165,6 +165,16 @@ PostgreSQL documentation + + + + + Enables the slot to be synchronized to the standbys. This option may + only be specified with . + + + + -- cgit v1.2.3