Nat*_*ong 5 postgresql
如何转储 PostgreSQL 数据库中的整个架构以及表子集中的数据?
pg_dump -s my_database -t table_1 -t table_2 > output.sql似乎忽略了-t标志并仅转储模式。
pg_dump -s my_database -t table_1 -t table_2 > output.sql
-t
Ego*_*gov 5
pg_dump -s my_database > output.sql pg_dump -a -t table_1 -t table_2 >> output.sql
归档时间:
10 年,8 月 前
查看次数:
2224 次
最近记录: