Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b175c7

Browse files
author
Neil Conway
committed
Minor doc tweak: make a reference to pg_locks into a link.
1 parent b0b9bed commit 8b175c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)