Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.75. pg_indexes
Prev UpChapter 51. System CatalogsHome Next

51.75. pg_indexes

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

Table 51.76. pg_indexes Columns

Column Type

Description

schemanamename (referencespg_namespace.nspname)

Name of schema containing table and index

tablenamename (referencespg_class.relname)

Name of table the index is for

indexnamename (referencespg_class.relname)

Name of index

tablespacename (referencespg_tablespace.spcname)

Name of tablespace containing index (null if default for database)

indexdeftext

Index definition (a reconstructedCREATE INDEX command)



Prev Up Next
51.74. pg_hba_file_rules Home 51.76. pg_locks
pdfepub
Go to Postgres Pro Standard 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp