pg_tablespace
#
The catalog <structname>pg_tablespace</structname> stores information
about the available tablespaces. Tables can be placed in particular
tablespaces to aid administration of disk layout.
pg_tablespace
カタログは利用できるテーブル空間についての情報を格納します。
テーブルは、ディスクの配置を管理できるようにするために特定のテーブル空間に格納できます。
Unlike most system catalogs, <structname>pg_tablespace</structname>
is shared across all databases of a cluster: there is only one
copy of <structname>pg_tablespace</structname> per cluster, not
one per database.
システムカタログの大部分とは違って、pg_tablespace
は、すべてのクラスタのデータベース間で共有されます。
(データベース毎ではなく)クラスタ毎に、pg_tablespace
のコピーが1つだけ存在します。
表51.56 pg_tablespace
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Tablespace name テーブル空間名 |
Owner of the tablespace, usually the user who created it テーブル空間の所有者。たいていはテーブル空間を作成したユーザ |
Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.8を参照してください |
Tablespace-level options, as <quote>keyword=value</quote> strings 「keyword=value」文字列のようなテーブル空間レベルのオプション |