|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.63 2006/09/2023:43:22 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.64 2006/10/2020:35:13 neilc Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="mvcc">
|
4 | 4 | <title>Concurrency Control</title>
|
@@ -890,8 +890,9 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 22222;
|
890 | 890 | already holds a given lock, additional requests will always succeed, even
|
891 | 891 | if other sessions are awaiting the lock.) Like all locks in
|
892 | 892 | <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. |
895 | 896 | </para>
|
896 | 897 |
|
897 | 898 | <para>
|
|