Skip to content

Commit 4220e57

Browse files
committed
Fix XML id to match containing page
This was apparently a typo when this part of the documentation was first added.
1 parent 4648243 commit 4220e57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/src/sgml/logical-replication.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
fallback if no other solution is possible. If a replica identity other
134134
than <quote>full</quote> is set on the publisher side, a replica identity
135135
comprising the same or fewer columns must also be set on the subscriber
136-
side. See <xref linkend="sql-createtable-replica-identity"/> for details on
136+
side. See <xref linkend="sql-altertable-replica-identity"/> for details on
137137
how to set the replica identity. If a table without a replica identity is
138138
added to a publication that replicates <command>UPDATE</command>
139139
or <command>DELETE</command> operations then

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
by <command>INSERT</command> and the new row version created
2525
by <command>UPDATE</command>. Availability of old row versions for
2626
<command>UPDATE</command> and <command>DELETE</command> depends on
27-
the configured replica identity (see <xref linkend="sql-createtable-replica-identity"/>).
27+
the configured replica identity (see <xref linkend="sql-altertable-replica-identity"/>).
2828
</para>
2929

3030
<para>

doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
811811
</listitem>
812812
</varlistentry>
813813

814-
<varlistentry id="sql-createtable-replica-identity">
814+
<varlistentry id="sql-altertable-replica-identity">
815815
<term><literal>REPLICA IDENTITY</literal></term>
816816
<listitem>
817817
<para>

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ testdb=&gt;
11821182
more information is displayed: any comments associated with the
11831183
columns of the table are shown, as is the presence of OIDs in the
11841184
table, the view definition if the relation is a view, a non-default
1185-
<link linkend="sql-createtable-replica-identity">replica
1185+
<link linkend="sql-altertable-replica-identity">replica
11861186
identity</link> setting and the
11871187
<link linkend="sql-create-access-method">access method</link> name
11881188
if the relation has an access method.

0 commit comments

Comments
 (0)