pgAdmin III commit: Fix the quoting of the database in the Dump/Restore

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the quoting of the database in the Dump/Restore
Дата
Msg-id 201101091839.p09IdHuS020861@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the quoting of the database in the Dump/Restore dialogs

The database name should not be quoted as database's objects.

Report from Sean Ayres.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG                        |    1 +
pgadmin/frm/frmBackup.cpp        |   12 ++++++------
pgadmin/frm/frmBackupGlobals.cpp |    2 +-
pgadmin/frm/frmBackupServer.cpp  |    2 +-
pgadmin/frm/frmRestore.cpp       |   14 +++++++-------
pgadmin/include/utils/misc.h     |    2 +-
pgadmin/utils/misc.cpp           |   28 +++++++++++++++++++++++++---
7 files changed, 42 insertions(+), 19 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the quoting of the database in the Dump/Restore
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket 266: Unable to backup table when quotation marks used in the name