[GENERAL] pg_restore

2005-01-17 Thread Cesar Schneider
Hi, I have a dump that was generated with pg_dump in 8.0-beta5 and I'm trying to restore with pg_restore in 8.0-RC3. The pg_dump command was: # pg_dump -Ft -o -b database The pg_restore command was: # pg_restore -Ft -d database When I execute pg_restore I get this error: pg_restore: [archiver] un

Re: [GENERAL] pg_restore

2005-01-19 Thread Cesar Schneider
database database.dump Using a dump file generated in pgadmin3, works fine... but pgadmin exports some strange things that are not related to the database. What can be wrong ? Cesar On Mon, 2005-01-17 at 18:42, Tom Lane wrote: > Cesar Schneider <[EMAIL PROTECTED]> writes: > > but is not