View Single Post

   
  #3 (permalink)  
Old 04-10-2008, 05:32 AM
Tom Lane
 
Posts: n/a
Default Re: old database dump.

Paul Breen <paul.breen6@btinternet.com> writes:
> Alternatively you can login with your password as
> normal and then once in psql use the '\i filename'
> command to read in your backup.


Or use "psql -f file" instead of "psql < file".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote