On Tue, Jul 24, 2012 at 3:45 PM, <pilum(dot)70(at)uni-muenster(dot)de> wrote:
> We've been using PostgreSQL for years now.
> It's great.
> Only the usage of pg_restore is annoying
> (Version 8.3 to 9.1 tested).
> Given Answer:
> pg_restore: [archiver] input file does not appear to be a valid archive
This has already been fixed. PostgreSQL 9.2beta says:
pg_restore: [archiver] input file appears to be a text format dump.
Please use psql.
Regards,
Marti