pgadmin3, v.1.12.3 - pgdump fails - error in arguments list

Поиск
Список
Период
Сортировка
От Berthold Humkamp
Тема pgadmin3, v.1.12.3 - pgdump fails - error in arguments list
Дата
Msg-id 4E097B5D.6070906@Humkamp.de
обсуждение исходный текст
Ответы Re: pgadmin3, v.1.12.3 - pgdump fails - error in arguments list  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
Hi all,

my environment is as follows:

Platform: x86_64
Distribution: gentoo - mostly stable
pgadmin3, v.1.12.3, german menus

I can't try v.1.14. beta, because it's a production server and I don't
want to install packages not delivered by gentoo-ebuilds

When calling the dump feature from pgadmin3, I get the following message:

/usr/bin/pg_dump --host localhost --port 5432 --username "postgres"
--format custom --blobs --verbose --file
"/home/bhk/pg-backup/XYZ_20110628.dump" \"XYZ\"

pg_dump: [Archivierer (DB)] Verbindung zur Datenbank »"XYZ"«
fehlgeschlagen: FATAL:  Datenbank »"XYZ"« existiert nicht
pg_dump: *** abgebrochen wegen Fehler

Prozess beendete mit Exitcode 1.


The error is from pgdump, because of the backslashes around the database
name. They shouldn't be there. The database name is XYZ and not "XYZ"

Greetings from Germany,

Berthold Humkamp


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: [BUG] PgAdmin crashes after typing newline after open parenthesis
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgadmin3, v.1.12.3 - pgdump fails - error in arguments list