最佳答案
我已经在我的机器上安装了 pgAdmin 版本 1.16.1。
对于导出表转储,我会这样做:
Right click on the table => Choose backup => Set Format to Plain => Save the file as some_name.sql
然后我把桌子搬走。
好的,现在我需要将刚才从 some_name.sql创建的备份导入到数据库中。
How am I supposed to do this? I can't find any clear instructions on how to import table's .sql dump into database using pgAdmin.
我希望你能给我一些指导。