postgreSQL操作

导出

pg_dump -d 数据库名  -t 表名 -a -f 导出文件路径及文件

示例:
pg_dump -d registry -t notification -a -f /tmp/notification.bak.sql

你可能感兴趣的:(MySQL,postgresql,数据库)