File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.63 2006/09 /20 23:43:22 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.64 2006/10 /20 20:35:13 neilc Exp $ -->
22
33 <chapter id="mvcc">
44 <title>Concurrency Control</title>
@@ -890,8 +890,9 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
890890 already holds a given lock, additional requests will always succeed, even
891891 if other sessions are awaiting the lock.) Like all locks in
892892 <productname>PostgreSQL</productname>, a complete list of advisory
893- locks currently held by any session can be found in the system view
894- <structname>pg_locks</structname>.
893+ locks currently held by any session can be found in the
894+ <link linkend="view-pg-locks"><structname>pg_locks</structname></link>
895+ system view.
895896 </para>
896897
897898 <para>
You can’t perform that action at this time.
0 commit comments