We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf09d63 commit 86242c1Copy full SHA for 86242c1
doc/src/sgml/multimaster.sgml
@@ -127,8 +127,8 @@ of tables without primary keys by setting the <varname>multimaster.ignore_tables
127
</listitem>
128
</itemizedlist>
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>
+ <programlisting>SELECT * FROM <function>mtm.make_table_local</function>('table_name') </programlisting>
+ </para>
132
</sect2>
133
134
<sect2 id="multimaster-architecture">
0 commit comments