PGSQL: dump table/sequence schema

use shell command pg_dump

make sure that server pg's version is same as the client pg_dump's version

By: 

pb_dump --version
ver 11

psql host db
=> select version();
ver 12

# Not the same

Reinstall a pgsql client version as specified.

 

posted on 2020-09-07 17:11  三叁  阅读(140)  评论(0)    收藏  举报

导航