diff options
Diffstat (limited to 'doc/src/sgml/protocol.sgml')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 0695bcd423e..9178c779ba9 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2417,7 +2417,7 @@ The commands accepted in replication mode are: <variablelist> <varlistentry id="protocol-replication-hot-standby-feedback-message"> <term> - Hot Standby feedback message (F) + Hot standby feedback message (F) </term> <listitem> <para> @@ -2428,7 +2428,7 @@ The commands accepted in replication mode are: </term> <listitem> <para> - Identifies the message as a Hot Standby feedback message. + Identifies the message as a hot standby feedback message. </para> </listitem> </varlistentry> @@ -2451,7 +2451,7 @@ The commands accepted in replication mode are: <para> The standby's current global xmin, excluding the catalog_xmin from any replication slots. If both this value and the following - catalog_xmin are 0 this is treated as a notification that Hot Standby + catalog_xmin are 0 this is treated as a notification that hot standby feedback will no longer be sent on this connection. Later non-zero messages may reinitiate the feedback mechanism. </para> |