Обсуждение: pg_restore - Windows 2000

Поиск
Список
Период
Сортировка

pg_restore - Windows 2000

От
Juan Pablo Espino
Дата:
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

Windows compilation

От
"T.J."
Дата:
Anyone else notice breakage from 8.0.0 to 8.0.1 using msvc(6)? Was just
about to update my client libraries and I got an unresolved external
symbol SHGetFolderPath in fe-connect.c, wasn't 8.0.0 using
SHGetSpecialFolderPath?