diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-02-15 11:41:34 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-02-15 11:41:34 +0100 |
commit | 57c932475504d63d8f8a68fc6925d7decabc378a (patch) | |
tree | ac26dd4d9c05dad5ebbbfa7e0c3f8e52ed3ea3cf | |
parent | 9449c4b1ec7114ae6927a563b43d1fbd4d5bbae4 (diff) | |
download | postgresql-57c932475504d63d8f8a68fc6925d7decabc378a.tar.gz postgresql-57c932475504d63d8f8a68fc6925d7decabc378a.zip |
Fix typo
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 1a596cd0edf..522128ecf95 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1468,7 +1468,7 @@ The commands accepted in walsender mode are: <term><literal>RESERVE_WAL</></term> <listitem> <para> - Specify that this physical replication reserves <acronym>WAL</> + Specify that this physical replication slot reserves <acronym>WAL</> immediately. Otherwise, <acronym>WAL</> is only reserved upon connection from a streaming replication client. </para> |