projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d36fa
)
Fix incorrect punctuation
author
Magnus Hagander
<magnus@hagander.net>
Thu, 9 Apr 2015 11:35:30 +0000
(13:35 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 9 Apr 2015 11:35:30 +0000
(13:35 +0200)
Amit Langote
doc/src/sgml/mvcc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/mvcc.sgml
b/doc/src/sgml/mvcc.sgml
index dbe5d8f134936dfd6c2be446b08ff688c79feb00..f88b16e778ab27ce62d347c99252c904a4765741 100644
(file)
--- a/
doc/src/sgml/mvcc.sgml
+++ b/
doc/src/sgml/mvcc.sgml
@@
-1542,7
+1542,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>