pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。
pg_tablespace #目录pg_tablespace存储关于可用表空间的信息。表可以被放置在特定表空间中以实现磁盘布局的管理。
与大部分其他系统目录不同,pg_tablespace在整个集簇的所有数据库之间共享:在每一个集簇中只有一个pg_tablespace的拷贝,而不是每个数据库一份。
表 45.41. pg_tablespace 列
| Name | Type | References | Description |
|---|---|---|---|
spcname |
name |
Tablespace name | |
spcowner |
oid |
|
Owner of the tablespace, usually the user who created it |
spclocation |
text |
Location (directory path) of the tablespace | |
spcacl |
aclitem[] |
Access privileges; see GRANT and REVOKE for details | |
spcoptions |
text[] |
Tablespace-level options, as “keyword=value” strings |
译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。