diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-04-09 13:35:30 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-04-09 13:36:07 +0200 |
commit | 3b4da9ae994b598de0cd800febb0c17c0c562716 (patch) | |
tree | cab331305a535a03ba3f8549fe8c34e9532fb468 | |
parent | 0d6c9e061b8b089c7130b1daa4f67219fca8491f (diff) |
Fix incorrect punctuation
Amit Langote
-rw-r--r-- | doc/src/sgml/mvcc.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 8252ee61e63..46cb5eb6531 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -1405,7 +1405,7 @@ SELECT pg_advisory_lock(q.id) FROM This level of integrity protection using Serializable transactions does not yet extend to hot standby mode (<xref linkend="hot-standby">). Because of that, those using hot standby may want to use Repeatable - Read and explicit locking.on the master. + Read and explicit locking on the master. </para> </warning> </sect2> |