File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ of tables without primary keys by setting the <varname>multimaster.ignore_tables
127
127
</listitem>
128
128
</itemizedlist>
129
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:
130
- <programlisting>SELECT * FROM <function>mtm.make_table_local</function>(::regclass::oid ) </programlisting>
131
- where <literal>regclass</literal> is the name of the table and <literal>oid</literal> is the unique table identifier. </para>
130
+ <programlisting>SELECT * FROM <function>mtm.make_table_local</function>('table_name' ) </programlisting>
131
+ </para>
132
132
</sect2>
133
133
134
134
<sect2 id="multimaster-architecture">
You can’t perform that action at this time.
0 commit comments