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
c1129a14
Commit
c1129a14
authored
Jul 15, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc clarification for pg_locks columns.
Florian Pflug
parent
8d260911
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+21
-19
No files found.
doc/src/sgml/catalogs.sgml
View file @
c1129a14
...
@@ -6928,9 +6928,9 @@
...
@@ -6928,9 +6928,9 @@
<entry><type>oid</type></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-database"><structname>pg_database</structname></link>.oid</literal></entry>
<entry><literal><link linkend="catalog-pg-database"><structname>pg_database</structname></link>.oid</literal></entry>
<entry>
<entry>
OID of the database in which the
objec
t exists, or
OID of the database in which the
lock targe
t exists, or
zero if the
objec
t is a shared object, or
zero if the
targe
t is a shared object, or
null if the
lock object is on
a transaction ID
null if the
target is
a transaction ID
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6938,8 +6938,8 @@
...
@@ -6938,8 +6938,8 @@
<entry><type>oid</type></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
<entry>
<entry>
OID of the relation
, or null if the lock objec
t is not
OID of the relation
targeted by the lock, or null if the targe
t is not
on
a relation or part of a relation
a relation or part of a relation
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6947,8 +6947,8 @@
...
@@ -6947,8 +6947,8 @@
<entry><type>integer</type></entry>
<entry><type>integer</type></entry>
<entry></entry>
<entry></entry>
<entry>
<entry>
Page number
within the relation, or null if the lock object
Page number
targeted by the lock within the relation,
is not on a tuple or relation pag
e
or null if the target is not a relation page or tupl
e
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6956,8 +6956,8 @@
...
@@ -6956,8 +6956,8 @@
<entry><type>smallint</type></entry>
<entry><type>smallint</type></entry>
<entry></entry>
<entry></entry>
<entry>
<entry>
Tuple number
within the page, or null if the lock object is not
Tuple number
targeted by the lock within the page,
o
n
a tuple
o
r null if the target is not
a tuple
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6965,8 +6965,8 @@
...
@@ -6965,8 +6965,8 @@
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry></entry>
<entry></entry>
<entry>
<entry>
Virtual ID of
a transaction lock, or null if the lock object is not
Virtual ID of
the transaction targeted by the lock,
o
n
a virtual transaction ID
o
r null if the target is not
a virtual transaction ID
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6974,7 +6974,8 @@
...
@@ -6974,7 +6974,8 @@
<entry><type>xid</type></entry>
<entry><type>xid</type></entry>
<entry></entry>
<entry></entry>
<entry>
<entry>
ID of a transaction lock, or null if the lock object is not on a transaction ID
ID of the transaction targeted by the lock,
or null if the target is not a transaction ID
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6982,8 +6983,8 @@
...
@@ -6982,8 +6983,8 @@
<entry><type>oid</type></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
<entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
<entry>
<entry>
OID of the system catalog containing the
objec
t, or null if the
OID of the system catalog containing the
lock targe
t, or null if the
lock object is not on a general database object.
target is not a general database object
</entry>
</entry>
</row>
</row>
<row>
<row>
...
@@ -6991,8 +6992,8 @@
...
@@ -6991,8 +6992,8 @@
<entry><type>oid</type></entry>
<entry><type>oid</type></entry>
<entry>any OID column</entry>
<entry>any OID column</entry>
<entry>
<entry>
OID of the
objec
t within its system catalog, or null if the
OID of the
lock targe
t within its system catalog, or null if the
lock object is not on
a general database object.
target is not
a general database object.
For advisory locks it is used to distinguish the two key
For advisory locks it is used to distinguish the two key
spaces (1 for an int8 key, 2 for two int4 keys).
spaces (1 for an int8 key, 2 for two int4 keys).
</entry>
</entry>
...
@@ -7002,10 +7003,11 @@
...
@@ -7002,10 +7003,11 @@
<entry><type>smallint</type></entry>
<entry><type>smallint</type></entry>
<entry></entry>
<entry></entry>
<entry>
<entry>
For a table column, this is the column number
(the
Column number targeted by the lock
(the
<structfield>classid</> and <structfield>objid</> refer to the
<structfield>classid</> and <structfield>objid</> refer to the
table itself). For all other object types, this column is
table itself),
zero. Null if the lock object is not on a general database object.
or zero if the target is some other general database object,
or null if the target is not a general database object
</entry>
</entry>
</row>
</row>
<row>
<row>
...
...
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