I have an archaic postgresql dump that I'm trying to bring up on a recent 8.x installation. I get a ton of errors when I use psql -U [username] -d [databaseName] -f [filename]. I wonder if its even possible to do. Any ideas?
Thanks
|
I have an archaic postgresql dump that I'm trying to bring up on a recent 8.x installation. I get a ton of errors when I use psql -U [username] -d [databaseName] -f [filename]. I wonder if its even possible to do. Any ideas? Thanks | ||||
|
show 1 more comment
feedback
|
This question came from our site for professional and enthusiast programmers.
pg_restore, notpsql. Complete details please. – Peter Eisentraut Sep 1 '11 at 19:41