Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.54. pg_tablespace
Prev UpChapter 51. System CatalogsHome Next

51.54. pg_tablespace

The catalogpg_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 ofpg_tablespace per cluster, not one per database.

Table 51.54. pg_tablespace Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
spcnamename Tablespace name
spcowneroidpg_authid.oidOwner of the tablespace, usually the user who created it
spcaclaclitem[]  Access privileges; seeGRANT andREVOKE for details
spcoptionstext[]  Tablespace-level options, askeyword=value strings


Prev Up Next
51.53. pg_subscription_rel Home 51.55. pg_transform
epubpdf
Go to PostgreSQL 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp