pgAdmin III commit: Use -w switch when available for dump/restore

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Use -w switch when available for dump/restore
Дата
Msg-id 201011011603.oA1G3eOt093197@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Use -w switch when available for dump/restore

If a user tries to dump a database within pgAdmin, and if there is no .pgpass
file, pgAdmin is frozen waiting for a password noone can enter. The -w switch
allows the use of .pgpass file but, if this file is missing and the
authentication method asks for a password, pg_dump/pg_restore will fail rather
than block pgAdmin.

Report from Anssi Kaariainen.

Implements #270.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=38a25760944c9a34fee0cd2030b8a5e952b03360

Modified Files
--------------
CHANGELOG                        |    1 +
pgadmin/frm/frmBackup.cpp        |    3 +++
pgadmin/frm/frmBackupGlobals.cpp |    3 +++
pgadmin/frm/frmBackupServer.cpp  |    3 +++
pgadmin/frm/frmRestore.cpp       |    3 +++
5 files changed, 13 insertions(+), 0 deletions(-)


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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #274: Restore database form button
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #270: Use -v switch for pg_dump and pg_restore