summaryrefslogtreecommitdiff
path: root/pgsql_mib_pieces/pg_tablespace.tbldef
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql_mib_pieces/pg_tablespace.tbldef')
-rw-r--r--pgsql_mib_pieces/pg_tablespace.tbldef6
1 files changed, 6 insertions, 0 deletions
diff --git a/pgsql_mib_pieces/pg_tablespace.tbldef b/pgsql_mib_pieces/pg_tablespace.tbldef
new file mode 100644
index 0000000..83cb641
--- /dev/null
+++ b/pgsql_mib_pieces/pg_tablespace.tbldef
@@ -0,0 +1,6 @@
+pg_tablespace "The catalog pg_tablespace stores information about the available tablespaces. Tables can be placed in particular tablespaces to aid administration of disk layout. Unlike most system catalogs, pg_tablespace is shared across all databases of a cluster: there is only one copy of pg_tablespace per cluster, not one per database." "Represents a single tablespace" pgsqlCatalogTables 31 "pgsnmpdConnID, entryOID"
+"entryOID" "INTEGER" "OID of this entry" 1 not-accessible
+spcname DisplayString "Tablespace name"
+spcowner INTEGER "Owner of the tablespace, usually the user who created it"
+spclocation DisplayString "Location (directory path) of the tablespace"
+spcacl DisplayString "Access privileges; see GRANT and REVOKE for details"