aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_createsubscriber.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml
index 2ee6eee9e35..87a9d3db28e 100644
--- a/doc/src/sgml/ref/pg_createsubscriber.sgml
+++ b/doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -354,6 +354,17 @@ PostgreSQL documentation
</para>
<para>
+ <application>pg_createsubscriber</application> sets up logical
+ replication with two-phase commit disabled. This means that any
+ prepared transactions will be replicated at the time
+ of <command>COMMIT PREPARED</command>, without advance preparation.
+ Once setup is complete, you can manually drop and re-create the
+ subscription(s) with
+ the <link linkend="sql-createsubscription-params-with-two-phase"><literal>two_phase</literal></link>
+ option enabled.
+ </para>
+
+ <para>
<application>pg_createsubscriber</application> changes the system
identifier using <application>pg_resetwal</application>. It would avoid
situations in which the target server might use WAL files from the source