I installed pgAdmin III 1.4b3 on Windows XP with PostgreSQL 8.0.4. Startup and connection were uneventful. However, when I tried to do a backup, I got the following error message.
Execution of command ' -i -h localhost -p 5432 -U postgres -F c -b -v -f "E:\Backup\pgadmin_test.backup" npcat_db' failed (error 2: the system cannot find the file specified.)
I know that libpq.dll and libintl-2.dll have been changed and tried the backup in two ways: with version 8.0.4 and with version 8.1 in Windows/System32 directory. Both methods resulted in the same error.
Thanks!
Michael Schmidt