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.p09IdHVM020859@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
------
master

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

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


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgAdmin III commit: Don't include the parser codes in the keyword list
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the quoting of the database in the Dump/Restore