Export and import table dump (.sql) using pgAdmin

前端 未结 6 1226
难免孤独
难免孤独 2020-12-22 18:19

I have pgAdmin version 1.16.1

So, for exporting table dumm I do:

Right click on table, then in menu click on backup, then in

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 19:15

    1. In pgAdmin, select the required target schema in object tree (databases->your_db_name->schemas->your_target_schema)
    2. Click on Plugins/PSQL Console (in top-bar)
    3. Write \i /path/to/yourfile.sql
    4. Press enter

提交回复
热议问题