summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2011-11-28 18:52:09 +0000
committerTom Lane2011-11-28 18:52:09 +0000
commitd16ebde58275d848968e758ec643efc8ce64c8fa (patch)
tree0c33caff69dc5073dfe85d46fc9f4b89b370cb21 /doc/src
parent62fa8562ecf3dc42b04997598d6b04b9ced28ed1 (diff)
Remove erroneous claim about use of pg_locks.objid for advisory locks.
The correct information appears in the text, so just remove the statement in the table, where it did not fit nicely anyway. (Curiously, the correct info has been there much longer than the erroneous table entry.) Resolves problem noted by Daniele Varrazzo. In HEAD and 9.1, also do a bit of wordsmithing on other text on the page.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index a2869c917e8..2f4db2c0136 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -6302,10 +6302,7 @@
<entry>any OID column</entry>
<entry>
OID of the object within its system catalog, or null if the
- object is not a general database object.
- For advisory locks it is used to distinguish the two key
- spaces (<literal>1</> for an int8 key, <literal>2</> for two
- int4 keys).
+ object is not a general database object
</entry>
</row>
<row>