Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.73. pg_indexes
Prev UpChapter 50. System CatalogsHome Next

50.73. pg_indexes

The viewpg_indexes provides access to useful information about each index in the database.

Table 50.74. pg_indexes Columns

NameTypeReferencesDescription
schemanamenamepg_namespace.nspnameName of schema containing table and index
tablenamenamepg_class.relnameName of table the index is for
indexnamenamepg_class.relnameName of index
tablespacenamepg_tablespace.spcnameName of tablespace containing index (null if default for database)
indexdeftext Index definition (a reconstructedCREATE INDEX command)


Prev Up Next
50.72. pg_hba_file_rules Home 50.74. pg_locks
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