Alexey Bobkov <[EMAIL PROTECTED]> writes: > I have been dumping my database with next options: > pg_dump -f /path_to_database/backup/db_backup.file -Z 9 database_name > and get db_backup.file file.
This is giving you a plain SQL-script dump file. To restore, feed it
into psql.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
