数据导出

pg_dump "host=XX.XX.XX.XX port=5432 user=XXXX password=XXXX dbname=XXXXX" -t table_name -f table_name.sql

数据导出

psql "host=XX.XX.XX.XX port=5432  user=XXX password=XXX dbname=XXX" -f table_name.sql

 

相关文章:

  • 2021-06-08
  • 2021-09-17
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-01-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-11-25
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案