summaryrefslogtreecommitdiff
path: root/pgsql_mib_pieces/pg_enum.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_enum.tbldef
Import from CVSHEADmaster
Diffstat (limited to 'pgsql_mib_pieces/pg_enum.tbldef')
-rw-r--r--pgsql_mib_pieces/pg_enum.tbldef4
1 files changed, 4 insertions, 0 deletions
diff --git a/pgsql_mib_pieces/pg_enum.tbldef b/pgsql_mib_pieces/pg_enum.tbldef
new file mode 100644
index 0000000..76e0817
--- /dev/null
+++ b/pgsql_mib_pieces/pg_enum.tbldef
@@ -0,0 +1,4 @@
+pg_enum "The pg_enum catalog contains entries matching enum types to their associated values and labels. The internal representation of a given enum value is actually the OID of its associated row in pg_enum. The OIDs for a particular enum type are guaranteed to be ordered in the way the type should sort, but there is no guarantee about the ordering of OIDs of unrelated enum types." "pg_enum entry" pgsqlCatalogTables 34 "pgsnmpdConnID, rdbmsDbIndex, entryOID"
+"entryOID" "INTEGER" "OID of this entry" 1 not-accessible
+enumtypid INTEGER The OID of the pg_type entry owning this enum value
+enumlabel DisplayString The textual label for this enum value