db2 in postgresql?
dump / restore
Copy schema_1 from db_1 To schema2 to db_2 in another server. Server1: pg_dump -d db_1 -n schema_1 -a -F c -f data.dump Server2: pg_restore -d db_2 -n db_2 -a -F c data.dump
Обсуждают сегодня