projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b9bed
)
Minor doc tweak: make a reference to pg_locks into a link.
author
Neil Conway
Fri, 20 Oct 2006 20:35:13 +0000
(20:35 +0000)
committer
Neil Conway
Fri, 20 Oct 2006 20:35:13 +0000
(20:35 +0000)
doc/src/sgml/mvcc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/mvcc.sgml
b/doc/src/sgml/mvcc.sgml
index ef8675b3a4ef8a18e0b902930d9700bba0d5e3e8..21865d36d4be58f1d6ba2db3e15584711593d9d3 100644
(file)
--- a/
doc/src/sgml/mvcc.sgml
+++ b/
doc/src/sgml/mvcc.sgml
@@
-1,4
+1,4
@@
-
+
Concurrency Control
@@
-890,8
+890,9
@@
UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
already holds a given lock, additional requests will always succeed, even
if other sessions are awaiting the lock.) Like all locks in
PostgreSQL
, a complete list of advisory
- locks currently held by any session can be found in the system view
-
pg_locks
.
+ locks currently held by any session can be found in the
+
pg_locks
+ system view.