# 导出表结构
pg_dump  -U postgres -s helloworld > hello.sql 


# 导出表数据
pg_dump  -U postgres  helloworld > hello.sql 

相关文章:

  • 2021-04-23
  • 2021-12-06
  • 2022-12-23
  • 2022-01-30
  • 2021-08-08
  • 2021-09-02
  • 2021-09-06
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2022-01-01
  • 2022-01-01
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案