projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec01c1c
)
Fix incorrect punctuation
author
Magnus Hagander
Thu, 9 Apr 2015 11:35:30 +0000
(13:35 +0200)
committer
Magnus Hagander
Thu, 9 Apr 2015 11:35:55 +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 a0d6867de0f12ebf51f03e03661e3d2cd206d674..dfece8a9f713dfb95a9691a8d214751472793c14 100644
(file)
--- a/
doc/src/sgml/mvcc.sgml
+++ b/
doc/src/sgml/mvcc.sgml
@@
-1541,7
+1541,7
@@
SELECT pg_advisory_lock(q.id) FROM
This level of integrity protection using Serializable transactions
does not yet extend to hot standby mode (
).
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.