Fork me on GitHub
代码改变世界

postgres 数据导入导出

2019-11-22 15:16  freefei  阅读(509)  评论(0编辑  收藏  举报
# 导出表结构
pg_dump  -U postgres -s helloworld > hello.sql 


# 导出表数据
pg_dump  -U postgres  helloworld > hello.sql 
@ https://github.com/ranmufei

守望者舆情监控

守望者舆情监控系统