How to see the CREATE VIEW code for a view in PostgreSQL?

前端 未结 6 627
我寻月下人不归
我寻月下人不归 2020-12-12 13:59

Is there an easy way to see the code used to create a view using the PostgreSQL command-line client?

Something like the SHOW CREATE VIEW from MySQL.

6条回答
提交回复
热议问题