summaryrefslogtreecommitdiff
path: root/pgsql_mib_pieces/pg_description.tbldef
diff options
context:
space:
mode:
authorJoshua Tolley2010-11-26 17:22:01 +0000
committerJoshua Tolley2010-11-26 17:22:01 +0000
commitfe9d8f21bbdfb442b8233b4627a0c67dc458a8bd (patch)
treea88daa49fc47e64777af3d331cf142e0604c2d48 /pgsql_mib_pieces/pg_description.tbldef
Import from CVSHEADmaster
Diffstat (limited to 'pgsql_mib_pieces/pg_description.tbldef')
-rw-r--r--pgsql_mib_pieces/pg_description.tbldef5
1 files changed, 5 insertions, 0 deletions
diff --git a/pgsql_mib_pieces/pg_description.tbldef b/pgsql_mib_pieces/pg_description.tbldef
new file mode 100644
index 0000000..f08ba8a
--- /dev/null
+++ b/pgsql_mib_pieces/pg_description.tbldef
@@ -0,0 +1,5 @@
+pg_description "The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the COMMENT command and viewed with psql's \d commands. Descriptions of many built-in system objects are provided in the initial contents of pg_description. See also pg_shdescription, which performs a similar function for descriptions involving objects that are shared across a database cluster." "Description entry" pgsqlCatalogTables 16 "pgsnmpdConnID, rdbmsDbIndex, pgsqlPgDescriptionObjoid"
+objoid INTEGER "The OID of the object this description pertains to"
+classoid INTEGER "The OID of the system catalog this object appears in"
+objsubid INTEGER "For a comment on a table column, this is the column number (the objoid and classoid refer to the table itself). For all other object types, this column is zero"
+description DisplayString "Arbitrary text that serves as the description of this object"