Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.55. pg_tablespace
Prev UpChapter 50. System CatalogsHome Next

50.55. 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 50.55. pg_tablespace Columns

NameTypeReferencesDescription
oidoid Row identifier
spcnamename Tablespace name
spcowneroidpg_authid.oidOwner of the tablespace, usually the user who created it
spcaclaclitem[]  Access privileges; seeSection 5.7 for details
spcoptionstext[]  Tablespace-level options, askeyword=value strings


Prev Up Next
50.54. pg_subscription_rel Home 50.56. pg_transform
epubpdf
Go to Postgres Pro Standard 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp