pg_restore - Windows 2000 - Mailing list pgsql-bugs

From Juan Pablo Espino
Subject pg_restore - Windows 2000
Date
Msg-id 3e7daec105040121394d91b32e@mail.gmail.com
Whole thread Raw
Responses Windows compilation
List pgsql-bugs
Hello all!!

I'm in a trouble restoring a database.

System:
PostgreSQL 8.0
Windows 2000 Professional SP4

when I do pg_dump to backup mydb:

C:\Archivos de programa\PostgreSQL\8.0\bin>pg_dump -U juan --format=c
mydb > back2
Password:
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used
pg_dump: [custom archiver] WARNING: ftell mismatch with expected position -- fte
ll used

the file back2 is generated and looks like good, but when I try to restore:

C:\Archivos de programa\PostgreSQL\8.0\bin>pg_restore -U juan
--format=c -d nueva back2
pg_restore: [archiver] unsupported version (1.13) in file header

Is this a bug?, from already thanks


Juan Espino

pgsql-bugs by date:

Previous
From: Karl Denninger
Date:
Subject: BUG in pg_autovacuum - with patch
Next
From: "T.J."
Date:
Subject: Windows compilation