|
6930 | 6930 | <entry>
|
6931 | 6931 | OID of the database in which the object exists, or
|
6932 | 6932 | zero if the object is a shared object, or
|
6933 |
| - null if the object is a transaction ID |
| 6933 | + null if the lock object is on a transaction ID |
6934 | 6934 | </entry>
|
6935 | 6935 | </row>
|
6936 | 6936 | <row>
|
6937 | 6937 | <entry><structfield>relation</structfield></entry>
|
6938 | 6938 | <entry><type>oid</type></entry>
|
6939 | 6939 | <entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
|
6940 | 6940 | <entry>
|
6941 |
| - OID of the relation, or null if the object is not |
6942 |
| - a relation or part of a relation |
| 6941 | + OID of the relation, or null if the lock object is not |
| 6942 | + on a relation or part of a relation |
6943 | 6943 | </entry>
|
6944 | 6944 | </row>
|
6945 | 6945 | <row>
|
6946 | 6946 | <entry><structfield>page</structfield></entry>
|
6947 | 6947 | <entry><type>integer</type></entry>
|
6948 | 6948 | <entry></entry>
|
6949 | 6949 | <entry>
|
6950 |
| - Page number within the relation, or null if the object |
6951 |
| - is not a tuple or relation page |
| 6950 | + Page number within the relation, or null if the lock object |
| 6951 | + is not on a tuple or relation page |
6952 | 6952 | </entry>
|
6953 | 6953 | </row>
|
6954 | 6954 | <row>
|
6955 | 6955 | <entry><structfield>tuple</structfield></entry>
|
6956 | 6956 | <entry><type>smallint</type></entry>
|
6957 | 6957 | <entry></entry>
|
6958 | 6958 | <entry>
|
6959 |
| - Tuple number within the page, or null if the object is not a tuple |
| 6959 | + Tuple number within the page, or null if the lock object is not |
| 6960 | + on a tuple |
6960 | 6961 | </entry>
|
6961 | 6962 | </row>
|
6962 | 6963 | <row>
|
6963 | 6964 | <entry><structfield>virtualxid</structfield></entry>
|
6964 | 6965 | <entry><type>text</type></entry>
|
6965 | 6966 | <entry></entry>
|
6966 | 6967 | <entry>
|
6967 |
| - Virtual ID of a transaction, or null if the object is not a |
6968 |
| - virtual transaction ID |
| 6968 | + Virtual ID of a transaction lock, or null if the lock object is not |
| 6969 | + on a virtual transaction ID |
6969 | 6970 | </entry>
|
6970 | 6971 | </row>
|
6971 | 6972 | <row>
|
6972 | 6973 | <entry><structfield>transactionid</structfield></entry>
|
6973 | 6974 | <entry><type>xid</type></entry>
|
6974 | 6975 | <entry></entry>
|
6975 | 6976 | <entry>
|
6976 |
| - ID of a transaction, or null if the object is not a transaction ID |
| 6977 | + ID of a transaction lock, or null if the lock object is not on a transaction ID |
6977 | 6978 | </entry>
|
6978 | 6979 | </row>
|
6979 | 6980 | <row>
|
|
6982 | 6983 | <entry><literal><link linkend="catalog-pg-class"><structname>pg_class</structname></link>.oid</literal></entry>
|
6983 | 6984 | <entry>
|
6984 | 6985 | OID of the system catalog containing the object, or null if the
|
6985 |
| - object is not a general database object |
| 6986 | + lock object is not on a general database object. |
6986 | 6987 | </entry>
|
6987 | 6988 | </row>
|
6988 | 6989 | <row>
|
|
6991 | 6992 | <entry>any OID column</entry>
|
6992 | 6993 | <entry>
|
6993 | 6994 | OID of the object within its system catalog, or null if the
|
6994 |
| - object is not a general database object. |
| 6995 | + lock object is not on a general database object. |
6995 | 6996 | For advisory locks it is used to distinguish the two key
|
6996 | 6997 | spaces (1 for an int8 key, 2 for two int4 keys).
|
6997 | 6998 | </entry>
|
|
7004 | 7005 | For a table column, this is the column number (the
|
7005 | 7006 | <structfield>classid</> and <structfield>objid</> refer to the
|
7006 | 7007 | table itself). For all other object types, this column is
|
7007 |
| - zero. Null if the object is not a general database object |
| 7008 | + zero. Null if the lock object is not on a general database object. |
7008 | 7009 | </entry>
|
7009 | 7010 | </row>
|
7010 | 7011 | <row>
|
|
0 commit comments