From f1872c227d1029468f81eef8964acec143270a85 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Mon, 24 Oct 2022 18:32:26 +1100 Subject: [PATCH v1] Logical replication GUCs - added some docs xrefs --- doc/src/sgml/config.sgml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6c64933..10a9e21 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4234,6 +4234,12 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows not pg_replication_origin) will prevent the server from starting. + + + See for more details + about setting max_replication_slots for logical + replication. + @@ -4952,7 +4958,8 @@ ANY num_sync ( for more details. The default value is 4. This parameter can only be set at server @@ -4978,7 +4985,8 @@ ANY num_sync ( for more details. The default value is 2. This parameter can only be set in the -- 1.8.3.1