Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8b175c75
Commit
8b175c75
authored
Oct 20, 2006
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc tweak: make a reference to pg_locks into a link.
parent
b0b9bedf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/src/sgml/mvcc.sgml
doc/src/sgml/mvcc.sgml
+4
-3
No files found.
doc/src/sgml/mvcc.sgml
View file @
8b175c75
<
!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.6
3 2006/09/20 23:43:22 tgl
Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.6
4 2006/10/20 20:35:13 neilc
Exp $ -->
<
chapter
id
=
"mvcc"
>
<
title
>
Concurrency
Control
</
title
>
...
...
@@ -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
<
productname
>
PostgreSQL
</
productname
>,
a
complete
list
of
advisory
locks
currently
held
by
any
session
can
be
found
in
the
system
view
<
structname
>
pg_locks
</
structname
>.
locks
currently
held
by
any
session
can
be
found
in
the
<
link
linkend
=
"view-pg-locks"
><
structname
>
pg_locks
</
structname
></
link
>
system
view
.
</
para
>
<
para
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment