pg_dump -h host -U postgres -d dbname -O -s -t “table_name” > name.sql
pg_dump -h localhost -U postgres -d testDB -O -s -t “m_country” > name.sql
PostgreSQL导出建表语句
阅读 86
2023-04-18
pg_dump -h host -U postgres -d dbname -O -s -t “table_name” > name.sql
pg_dump -h localhost -U postgres -d testDB -O -s -t “m_country” > name.sql
相关推荐
精彩评论(0)