diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index bda0da2dc84..fcb53c69974 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -11768,8 +11768,9 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1) On the publisher side, <varname>logical_replication_mode</varname> allows streaming or serializing changes immediately in logical decoding. When set to <literal>immediate</literal>, stream each change if the - <literal>streaming</literal> option (see optional parameters set by - <link linkend="sql-createsubscription"><command>CREATE SUBSCRIPTION</command></link>) + <link linkend="sql-createsubscription-with-streaming"><literal>streaming</literal></link> + option of + <link linkend="sql-createsubscription"><command>CREATE SUBSCRIPTION</command></link> is enabled, otherwise, serialize each change. When set to <literal>buffered</literal>, the decoding will stream or serialize changes when <varname>logical_decoding_work_mem</varname> is reached. |