Movatterモバイル変換


[0]ホーム

URL:



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

51.58. 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.58. pg_tablespace Columns

Column Type

Description

oidoid

Row identifier

spcnamename

Tablespace name

spcowneroid (referencespg_authid.oid)

Owner of the tablespace, usually the user who created it

spcaclaclitem[]

Access privileges; seeSection 5.8 for details

spcoptionstext[]

Tablespace-level options, askeyword=value strings



Prev Up Next
51.57. pg_subscription_rel Home 51.59. pg_transform
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp