Paul Breen <[EMAIL PROTECTED]> 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