pg_restore - Windows 2000

From: Juan Pablo Espino <jp(dot)espino(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg_restore - Windows 2000
Date: 2005-04-02 05:39:26
Message-ID: 3e7daec105040121394d91b32e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message T.J. 2005-04-02 06:07:11 Windows compilation
Previous Message Karl Denninger 2005-04-02 03:14:40 BUG in pg_autovacuum - with patch