From: Neil Conway Date: Fri, 20 Oct 2006 20:35:13 +0000 (+0000) Subject: Minor doc tweak: make a reference to pg_locks into a link. X-Git-Tag: REL8_2_BETA2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b175c75a83a517764a8bb8349f30d32a68c017c;p=postgresql Minor doc tweak: make a reference to pg_locks into a link. --- diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index ef8675b3a4..21865d36d4 100644 --- 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.