You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/multimaster.sgml
+48-14Lines changed: 48 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@
77
77
<listitem>
78
78
<para>
79
79
<filename>multimaster</filename> can only replicate one database
80
-
per cluster, which is specified in the <varname>multimaster.conn_strings</varname> variable. If you try to connect to a different database, <filename>multimaster</filename> will return a corresponding error message.
80
+
per cluster, which is specified in the <varname>multimaster.conn_strings</varname> variable. If you connect to a different database,
81
+
all operations will fail with the corresponding error message.
81
82
</para>
82
83
</listitem>
83
84
<listitem>
@@ -126,7 +127,7 @@
126
127
</listitem>
127
128
</itemizedlist>
128
129
<para>If you have any data that must be present on one of the nodes only, you can exclude a particular table from replication, as follows:
129
-
<programlisting>SELECT * FROM <function>mtm.make_table_local</function>('table_name') </programlisting>
All the cluster nodes get locked for write transactions until the new node retrieves all the updates that happened after you started making a base backup.
717
+
When the node gets synchronized up to the minimum recovery lag,
718
+
all the cluster nodes get locked for write transactions until the new node retrieves all the updates.
704
719
When data recovery is complete, <filename>multimaster</filename> promotes the new node to the online state and includes it into the replication scheme.
All the cluster nodes get locked for write transactions until the restored node retrieves all the updates that happened after you started making a base backup.
822
+
When the node gets synchronized up to the minimum recovery lag,
823
+
all the cluster nodes get locked for write transactions until the restored node retrieves all the updates.
790
824
When data recovery is complete, <filename>multimaster</filename> promotes the new node to the online state and includes it into the replication scheme.
<para>Collects the data returned by the <function>mtm.get_cluster_state()</function> function from all available nodes. For this function to work, in addition to replication connections, <filename>pg_hba.conf</filename> must allow ordinary connections to the node with the specified connection string.
1117
+
<para>Collects the data returned by the <link linkend="mtm-get-cluster-state"><function>mtm.get_cluster_state()</function></link> function from all available nodes. For this function to work, in addition to replication connections, <filename>pg_hba.conf</filename> must allow ordinary connections to the node with the specified connection string.
0 commit comments