Fix XML id to match containing page
authorPeter Eisentraut
Thu, 3 Sep 2020 10:38:32 +0000 (12:38 +0200)
committerPeter Eisentraut
Thu, 3 Sep 2020 10:47:33 +0000 (12:47 +0200)
This was apparently a typo when this part of the documentation was
first added.

doc/src/sgml/logical-replication.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/psql-ref.sgml

index 3f69b7192682725a98dbca3bd627e122021a78e2..c35415801f6f021539bfde8fd99ca2bb7e3315de 100644 (file)
    fallback if no other solution is possible.  If a replica identity other
    than full is set on the publisher side, a replica identity
    comprising the same or fewer columns must also be set on the subscriber
-   side.  See createtable-replica-identity"/> for details on
+   side.  See altertable-replica-identity"/> for details on
    how to set the replica identity.  If a table without a replica identity is
    added to a publication that replicates UPDATE
    or DELETE operations then
index 2765ed550eaed719c072c5519031237f399c7e8c..8d4fdf67006496f599d07841625bb32acb5becb5 100644 (file)
@@ -24,7 +24,7 @@
    by INSERT and the new row version created
    by UPDATE.  Availability of old row versions for
    UPDATE and DELETE depends on
-   the configured replica identity (see createtable-replica-identity"/>).
+   the configured replica identity (see altertable-replica-identity"/>).
   
 
   
index b2eb7097a957ab6e68992481a2d047efad762843..c1576cc69628e32325987575d5e7f7fcdd94dad0 100644 (file)
@@ -811,7 +811,7 @@ WITH ( MODULUS numeric_literal, REM
     
    
 
-   createtable-replica-identity">
+   altertable-replica-identity">
     REPLICA IDENTITY
     
      
index e1e2236a71dec2b525e86fd9b0a3a3d35025fdfb..ef18fe27e03c9c4869c9617a9f35268a2c77639b 100644 (file)
@@ -1182,7 +1182,7 @@ testdb=>
         more information is displayed: any comments associated with the
         columns of the table are shown, as is the presence of OIDs in the
         table, the view definition if the relation is a view, a non-default
-        createtable-replica-identity">replica
+        altertable-replica-identity">replica
          identity setting and the
         access method name
         if the relation has an access method.