Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b175c7

Browse files
author
Neil Conway
committed
Minor doc tweak: make a reference to pg_locks into a link.
1 parentb0b9bed commit8b175c7

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/2023:43:22 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.64 2006/10/2020: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)

[8]ページ先頭

©2009-2025 Movatter.jp