pg_dump on 64-bit windows 2003 server

Поиск
Список
Период
Сортировка
От James Bowkett
Тема pg_dump on 64-bit windows 2003 server
Дата
Msg-id 013001c9d317$fe9d9ae0$fbd8d0a0$@com
обсуждение исходный текст
Список pgsql-novice

Hi,

 

I am trying to run pg_dump on windows 2003 server.  I want to run this as a batch process, so I have specified my password in the %appdata%\postgresql\pgpass.conf file, however, when this is specified, I get the following DOS error:

“The image file D:\PostgreSQL\8.3\bin\pg_dump.exe is valid, but is for a machine type other than the current machine.”

Along with a Windows dialog box:

“The program or feature ‘\??\D:\PostgreSQL\8.3\bin\pg_dump.exe” cannot start or run due to incompatibility with 64-bit versions of Windows.  Please contact the software vendor to ask if a 64-bit Windows compatible version is available.”

 

When I run with the command line args:

pg_dump.exe  --file="\\soba\backup2\trac_cygna_main\full\backup"  --username=trac_cygna_main_user   trac_cygna_main

 

(or even with no command line args for that matter)

 

I have tried setting the pgpassfile environment variable (in case spaces in the current appdata path were causing issues) and still I get the same message.  Should I be doing something different?...or is pg_dump not supported on 64-bit windows?

 

Thanks in advance,

 

-James

 

 



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4068 (20090512) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: Mark Hage
Дата:
Сообщение: types
Следующее
От: Pallayya Sarma Karra
Дата:
Сообщение: Re: attributes of columns from a table in postgresql database