PG_INDEXES
PG_INDEXES displays information about each index in the database.
Name |
Type |
Reference |
Description |
---|---|---|---|
schemaname |
name |
nspname in PG_NAMESPACE |
Name of the schema that contains tables and indexes. |
tablename |
name |
relname in PG_CLASS |
Name of the table where the index is located. |
indexname |
name |
relname in PG_CLASS |
Index name |
tablespace |
name |
nspname in PG_TABLESPACE |
Name of the tablespace that contains the index. |
indexdef |
text |
- |
Index definition (a reconstructed CREATE INDEX command). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot