Help Center/
GaussDB(DWS)/
More Documents/
User Guide (Kuala Lumpur Region)/
FAQs/
Database Usage/
How Can I Export All Tables and Views from a Database?
Updated on 2023-03-17 GMT+08:00
How Can I Export All Tables and Views from a Database?
You can use pg_tables and pg_views to query all table information and views in a database. Example:
SELECT * FROM pg_tables; SELECT * FROM pg_views;
Parent topic: Database Usage
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