pg_restore - Mailing list pgsql-admin

From Jodi Kanter
Subject pg_restore
Date
Msg-id 00b301c1d5b0$a9a15ed0$de138f80@virginia.edu
Whole thread Raw
List pgsql-admin
I have an empty database that we recreated from scratch in order to make some column changes. I would like to restore the data that was in the original database. Will it work given that their are some new fields that did not exist before? Am I correct in that I cannot do this from pg_restore since it is a plain text file?
 
The data dump was created using the following syntax:
 
pg_dump genex -u -a > ./genex_data.backup (I have to use the -u switch since I have implemented forced sign on through the pg_passwd utility)
 
How can I get this data back in? pg_restore? psql command? and if so what is the appropriate syntax becasue I have tried this and its not working.
thanks
Jodi Kanter
 

_______________________________
Jodi L Kanter
BioInformatics Database Administrator
University of Virginia
(434) 924-2846
jkanter@virginia.edu


 

 

 

pgsql-admin by date:

Previous
From: Joe Conway
Date:
Subject: Re: join vs. IN statement
Next
From: Stephan Szabo
Date:
Subject: Re: timestamp in 7.2