diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 5ebf23e963d..3d7d52a84d6 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -342,7 +342,7 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
Exported Snapshots
When a new replication slot is created using the streaming replication
- interface (see ), a
+ interface (see ), a
snapshot is exported
(see ), which will show
exactly the state of the database after which all changes will be
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 1c5ab008791..c51c4254a70 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -1810,7 +1810,7 @@ Replication commands are logged in the server log when
The commands accepted in replication mode are:
-
+
IDENTIFY_SYSTEM
IDENTIFY_SYSTEM
@@ -1875,7 +1875,7 @@ The commands accepted in replication mode are:
-
+
SHOW name
SHOW
@@ -1899,7 +1899,7 @@ The commands accepted in replication mode are:
-
+
TIMELINE_HISTORY tli
TIMELINE_HISTORY
@@ -1941,7 +1941,7 @@ The commands accepted in replication mode are:
-
+
CREATE_REPLICATION_SLOT slot_name [ TEMPORARY ] { PHYSICAL | LOGICAL } [ ( option [, ...] ) ]
CREATE_REPLICATION_SLOT
@@ -2084,7 +2084,7 @@ The commands accepted in replication mode are:
-
+
CREATE_REPLICATION_SLOT slot_name [ TEMPORARY ] { PHYSICAL [ RESERVE_WAL ] | LOGICAL output_plugin [ EXPORT_SNAPSHOT | NOEXPORT_SNAPSHOT | USE_SNAPSHOT | TWO_PHASE ] }
@@ -2095,7 +2095,7 @@ The commands accepted in replication mode are:
-
+
READ_REPLICATION_SLOT slot_name
READ_REPLICATION_SLOT
@@ -2143,7 +2143,7 @@ The commands accepted in replication mode are:
-
+
START_REPLICATION [ SLOT slot_name ] [ PHYSICAL ] XXX/XXX [ TIMELINE tli ]
START_REPLICATION
@@ -2201,7 +2201,7 @@ The commands accepted in replication mode are:
-
+
XLogData (B)
@@ -2270,7 +2270,7 @@ The commands accepted in replication mode are:
-
+
Primary keepalive message (B)
@@ -2334,7 +2334,7 @@ The commands accepted in replication mode are:
-
+
Standby status update (F)
@@ -2415,7 +2415,7 @@ The commands accepted in replication mode are:
-
+
Hot Standby feedback message (F)
@@ -2497,7 +2497,7 @@ The commands accepted in replication mode are:
-
+
START_REPLICATION SLOT slot_name LOGICAL XXX/XXX [ ( option_name [ option_value ] [, ...] ) ]
@@ -2572,7 +2572,7 @@ The commands accepted in replication mode are:
-
+
DROP_REPLICATION_SLOT slot_name WAIT
DROP_REPLICATION_SLOT
@@ -3266,7 +3266,7 @@ of any individual CopyData message cannot be interpretable on their own.)
-
+
AuthenticationOk (B)
@@ -3311,7 +3311,7 @@ AuthenticationOk (B)
-
+
AuthenticationKerberosV5 (B)
@@ -3355,7 +3355,7 @@ AuthenticationKerberosV5 (B)
-
+
AuthenticationCleartextPassword (B)
@@ -3399,7 +3399,7 @@ AuthenticationCleartextPassword (B)
-
+
AuthenticationMD5Password (B)
@@ -3454,7 +3454,7 @@ AuthenticationMD5Password (B)
-
+
AuthenticationSCMCredential (B)
@@ -3499,7 +3499,7 @@ AuthenticationSCMCredential (B)
-
+
AuthenticationGSS (B)
@@ -3544,7 +3544,7 @@ AuthenticationGSS (B)
-
+
AuthenticationGSSContinue (B)
@@ -3599,7 +3599,7 @@ AuthenticationGSSContinue (B)
-
+
AuthenticationSSPI (B)
@@ -3644,7 +3644,7 @@ AuthenticationSSPI (B)
-
+
AuthenticationSASL (B)
@@ -3705,7 +3705,7 @@ following:
-
+
AuthenticationSASLContinue (B)
@@ -3760,7 +3760,7 @@ AuthenticationSASLContinue (B)
-
+
AuthenticationSASLFinal (B)
@@ -3816,7 +3816,7 @@ AuthenticationSASLFinal (B)
-
+
BackendKeyData (B)
@@ -3873,7 +3873,7 @@ BackendKeyData (B)
-
+
Bind (F)
@@ -4026,7 +4026,7 @@ Bind (F)
-
+
BindComplete (B)
@@ -4061,7 +4061,7 @@ BindComplete (B)
-
+
CancelRequest (F)
@@ -4119,7 +4119,7 @@ CancelRequest (F)
-
+
Close (F)
@@ -4176,7 +4176,7 @@ Close (F)
-
+
CloseComplete (B)
@@ -4211,7 +4211,7 @@ CloseComplete (B)
-
+
CommandComplete (B)
@@ -4310,7 +4310,7 @@ CommandComplete (B)
-
+
CopyData (F & B)
@@ -4356,7 +4356,7 @@ CopyData (F & B)
-
+
CopyDone (F & B)
@@ -4391,7 +4391,7 @@ CopyDone (F & B)
-
+
CopyFail (F)
@@ -4436,7 +4436,7 @@ CopyFail (F)
-
+
CopyInResponse (B)
@@ -4512,7 +4512,7 @@ CopyInResponse (B)
-
+
CopyOutResponse (B)
@@ -4585,7 +4585,7 @@ CopyOutResponse (B)
-
+
CopyBothResponse (B)
@@ -4658,7 +4658,7 @@ CopyBothResponse (B)
-
+
DataRow (B)
@@ -4730,7 +4730,7 @@ DataRow (B)
-
+
Describe (F)
@@ -4787,7 +4787,7 @@ Describe (F)
-
+
EmptyQueryResponse (B)
@@ -4823,7 +4823,7 @@ EmptyQueryResponse (B)
-
+
ErrorResponse (B)
@@ -4889,7 +4889,7 @@ ErrorResponse (B)
-
+
Execute (F)
@@ -4946,7 +4946,7 @@ Execute (F)
-
+
Flush (F)
@@ -4981,7 +4981,7 @@ Flush (F)
-
+
FunctionCall (F)
@@ -5106,7 +5106,7 @@ FunctionCall (F)
-
+
FunctionCallResponse (B)
@@ -5166,7 +5166,7 @@ FunctionCallResponse (B)
-
+
GSSENCRequest (F)
@@ -5204,7 +5204,7 @@ GSSENCRequest (F)
-
+
GSSResponse (F)
@@ -5249,7 +5249,7 @@ GSSResponse (F)
-
+
NegotiateProtocolVersion (B)
@@ -5318,7 +5318,7 @@ NegotiateProtocolVersion (B)
-
+
NoData (B)
@@ -5353,7 +5353,7 @@ NoData (B)
-
+
NoticeResponse (B)
@@ -5419,7 +5419,7 @@ NoticeResponse (B)
-
+
NotificationResponse (B)
@@ -5484,7 +5484,7 @@ NotificationResponse (B)
-
+
ParameterDescription (B)
@@ -5542,7 +5542,7 @@ ParameterDescription (B)
-
+
ParameterStatus (B)
@@ -5596,7 +5596,7 @@ ParameterStatus (B)
-
+
Parse (F)
@@ -5680,7 +5680,7 @@ Parse (F)
-
+
ParseComplete (B)
@@ -5715,7 +5715,7 @@ ParseComplete (B)
-
+
PasswordMessage (F)
@@ -5761,7 +5761,7 @@ PasswordMessage (F)
-
+
PortalSuspended (B)
@@ -5798,7 +5798,7 @@ PortalSuspended (B)
-
+
Query (F)
@@ -5843,7 +5843,7 @@ Query (F)
-
+
ReadyForQuery (B)
@@ -5893,7 +5893,7 @@ ReadyForQuery (B)
-
+
RowDescription (B)
@@ -6018,7 +6018,7 @@ RowDescription (B)
-
+
SASLInitialResponse (F)
@@ -6086,7 +6086,7 @@ SASLInitialResponse (F)
-
+
SASLResponse (F)
@@ -6132,7 +6132,7 @@ SASLResponse (F)
-
+
SSLRequest (F)
@@ -6170,7 +6170,7 @@ SSLRequest (F)
-
+
StartupMessage (F)
@@ -6299,7 +6299,7 @@ StartupMessage (F)
-
+
Sync (F)
@@ -6334,7 +6334,7 @@ Sync (F)
-
+
Terminate (F)
@@ -6665,7 +6665,7 @@ flow as physical replication.
-
+
Begin
@@ -6720,7 +6720,7 @@ Begin
-
+
Message
@@ -6808,7 +6808,7 @@ Message
-
+
Commit
@@ -6873,7 +6873,7 @@ Commit
-
+
Origin
@@ -6922,7 +6922,7 @@ Origin
-
+
Relation
@@ -7054,7 +7054,7 @@ Relation
-
+
Type
@@ -7119,7 +7119,7 @@ Type
-
+
Insert
@@ -7186,7 +7186,7 @@ Insert
-
+
Update
@@ -7300,7 +7300,7 @@ Update
-
+
Delete
@@ -7389,7 +7389,7 @@ Delete
-
+
Truncate
@@ -7467,7 +7467,7 @@ Stream Abort) are available since protocol version 2.
-
+
Stream Start
@@ -7512,7 +7512,7 @@ Stream Start
-
+
Stream Stop
@@ -7536,7 +7536,7 @@ Stream Stop
-
+
Stream Commit
@@ -7611,7 +7611,7 @@ Stream Commit
-
+
Stream Abort
@@ -7665,7 +7665,7 @@ are available since protocol version 3.
-
+
Begin Prepare
@@ -7730,7 +7730,7 @@ are available since protocol version 3.
-
+
Prepare
@@ -7804,7 +7804,7 @@ are available since protocol version 3.
-
+
Commit Prepared
@@ -7878,7 +7878,7 @@ are available since protocol version 3.
-
+
Rollback Prepared
@@ -7962,7 +7962,7 @@ are available since protocol version 3.
-
+
Stream Prepare
@@ -8046,7 +8046,7 @@ The following message parts are shared by the above messages.
-
+
TupleData