It will better you export and import through
network by using following command.
psql -U < schemaname > <
databasename> --schema=schemaname | psql -U postgres
-h < IP adddress of system where you are importing data> <database
name>
|
It will better you export and import through
network by using following command.
psql -U < schemaname > <
databasename> --schema=schemaname | psql -U postgres
-h < IP adddress of system where you are importing data> <database
name>
|