i am trying to do :
 
pg_dump -f op.tar -F t database_name
 
then i do
 
dropdb database_name
 
and then i do pg_restore op.tar
 
and when i do psql database_name
 
it says database does not exist.
 
where am i going wrong?
 
thanks,
regards
Surabhi

Reply via email to