summaryrefslogtreecommitdiff
path: root/pgsql_mib_pieces/pg_opclass.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_opclass.tbldef
Import from CVSHEADmaster
Diffstat (limited to 'pgsql_mib_pieces/pg_opclass.tbldef')
-rw-r--r--pgsql_mib_pieces/pg_opclass.tbldef9
1 files changed, 9 insertions, 0 deletions
diff --git a/pgsql_mib_pieces/pg_opclass.tbldef b/pgsql_mib_pieces/pg_opclass.tbldef
new file mode 100644
index 0000000..a208ec4
--- /dev/null
+++ b/pgsql_mib_pieces/pg_opclass.tbldef
@@ -0,0 +1,9 @@
+pg_opclass "The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular data type and a particular index access method. Note that there can be multiple operator classes for a given data type/access method combination, thus supporting multiple behaviors." "Represents an index access method operator class" pgsqlCatalogTables 23 "pgsnmpdConnID, rdbmsDbIndex, entryOID"
+"entryOID" "INTEGER" "OID of this entry" 1 not-accessible
+opcamid INTEGER "Index access method operator class is for"
+opcname DisplayString "Name of this operator class"
+opcnamespace INTEGER "Namespace of this operator class"
+opcowner INTEGER "Owner of the operator class"
+opcintype INTEGER "Data type that the operator class indexes"
+opcdefault TruthValue "True if this operator class is the default for opcintype"
+opckeytype INTEGER "Type of data stored in index, or zero if same as opcintype"