summaryrefslogtreecommitdiff
path: root/pgsql_mib_pieces/pg_namespace.tbldef
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql_mib_pieces/pg_namespace.tbldef')
-rw-r--r--pgsql_mib_pieces/pg_namespace.tbldef5
1 files changed, 5 insertions, 0 deletions
diff --git a/pgsql_mib_pieces/pg_namespace.tbldef b/pgsql_mib_pieces/pg_namespace.tbldef
new file mode 100644
index 0000000..1d6d4a7
--- /dev/null
+++ b/pgsql_mib_pieces/pg_namespace.tbldef
@@ -0,0 +1,5 @@
+pg_namespace "The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection of relations, types, etc. without name conflicts." "Represents a single namespace" pgsqlCatalogTables 22 "pgsnmpdConnID, rdbmsDbIndex, entryOID"
+"entryOID" "INTEGER" "OID of this entry" 1 not-accessible
+nspname DisplayString "Name of the namespace"
+nspowner INTEGER "Owner of the namespace"
+nspacl DisplayString "Access privileges; see GRANT and REVOKE for details"