Export Postgresql table data using pgAdmin

后端 未结 3 1563
余生分开走
余生分开走 2020-12-22 21:07

I am using pgAdmin version 1.14.3. PostgreSQL database version is 9.1.

I got all Db script for table creation but unable to export all data inside tables. Could not

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 21:30

    In the pgAdmin4, Right click on table select backup like this

    After that into the backup dialog there is Dump options tab into that there is section queries you can select Use Insert Commands which include all insert queries as well in the backup.

提交回复
热议问题