Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何通过 PhpPgAdmin 导出表格。
有没有办法可以从 PhpPgAdmin 中导出视图数据。
谢谢。
还有一个选项可以通过 phpPGadmin 来完成。
我知道这是一个迟到的回复,但我不得不自己搜索这个,这是谷歌的第一个结果,所以我希望这有助于其他谷歌击球手:)
SELECT definition FROM pg_views WHERE schemaname = 'public' AND viewname = 'your_view';