diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-11-04 16:10:58 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-11-04 16:10:58 -0500 |
commit | e809fa2c80e051ed49a3ed2206dc055a10d588a4 (patch) | |
tree | d8f5fdc627d0357618997dd1ef473c3c8d63b695 | |
parent | 33f80f8480434f02beb940b8f0627d534f3fd3af (diff) | |
download | postgresql-e809fa2c80e051ed49a3ed2206dc055a10d588a4.tar.gz postgresql-e809fa2c80e051ed49a3ed2206dc055a10d588a4.zip |
doc: Move misplaced paragraph
-rw-r--r-- | doc/src/sgml/protocol.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 5f6ad6b5fb4..705bddb9512 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1484,6 +1484,14 @@ The commands accepted in walsender mode are: </para> <para> + If a slot's name is provided + via <replaceable class="parameter">slot_name</>, it will be updated + as replication progresses so that the server knows which WAL segments, + and if <varname>hot_standby_feedback</> is on which transactions, + are still needed by the standby. + </para> + + <para> If the client requests a timeline that's not the latest, but is part of the history of the server, the server will stream all the WAL on that timeline starting from the requested startpoint, up to the point where @@ -1515,14 +1523,6 @@ The commands accepted in walsender mode are: </para> <para> - If a slot's name is provided - via <replaceable class="parameter">slot_name</>, it will be updated - as replication progresses so that the server knows which WAL segments - - and if <varname>hot_standby_feedback</> is on which transactions - - are still needed by the standby. - </para> - - <para> <variablelist> <varlistentry> <term> |