From 4220e5721a27286aab726e87d3db5d1ee475fe23 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Thu, 3 Sep 2020 12:38:32 +0200
Subject: Fix XML id to match containing page
This was apparently a typo when this part of the documentation was
first added.
---
doc/src/sgml/logical-replication.sgml | 2 +-
doc/src/sgml/logicaldecoding.sgml | 2 +-
doc/src/sgml/ref/alter_table.sgml | 2 +-
doc/src/sgml/ref/psql-ref.sgml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 3f69b719268..c35415801f6 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -133,7 +133,7 @@
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 for details on
+ side. See 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
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 2765ed550ea..8d4fdf67006 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -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 ).
+ the configured replica identity (see ).
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index b2eb7097a95..c1576cc6962 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -811,7 +811,7 @@ WITH ( MODULUS numeric_literal, REM
-
+ REPLICA IDENTITY
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index e1e2236a71d..ef18fe27e03 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -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
- replica
+ replica
identity setting and the
access method name
if the relation has an access method.
--
cgit v1.2.3