Help Center/
GaussDB/
Developer Guide(Distributed_8.x)/
FAQs/
How do I query the partition and index information of a partitioned table?
Updated on 2024-06-03 GMT+08:00
How do I query the partition and index information of a partitioned table?
Answer: You can use either of the following methods:
- You can use the pg_get_tabledef() function to view the definition of a table. The returned information includes table creation SQL statements, comments, indexes, and constraints.
- You can query the pg_partition view for partition information and the pg_indexes view for index information.
Parent topic: FAQs
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot