pgAdmin 1.14 bug - Backup globals error - Mailing list pgadmin-support

From Chris Price
Subject pgAdmin 1.14 bug - Backup globals error
Date
Msg-id 000001ccb5a1$93ce3a70$bb6aaf50$@bigpond.net.au
Whole thread Raw
Responses Re: pgAdmin 1.14 bug - Backup globals error
List pgadmin-support

Hi,

 

The “Backup Globals…” menu item (when right-clicking on server node and selecting from pop-up menu) gives the following error when executed:

 

D:\Program Files\PostgreSQL\9.1\bin\pg_dump.exe --host localhost --port 5432 --username "postgres" --no-password  --verbose --file "C:\tmp\BackupFile.sql" --globals-only

D:\Program Files\PostgreSQL\9.1\bin\pg_dump.exe: illegal option -- globals-only

Try "pg_dump --help" for more information.

 

Process returned exit code 1.

 

Should the generated command be using pg_dumpall instead of pg_dump?

 

I’m using pgAdmin III Version 1.14.0 with PostgreSQL 9.1.1 running on 64-bit Windows Server 2008.

 

Thanks.

 

Regards,

Chris Price

 

pgadmin-support by date:

Previous
From: Julius Tuskenis
Date:
Subject: Re: pgAdmin 1.14 bug
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin 1.14 bug