pgAdmin III commit: Fix an issue with naming objects for backup

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix an issue with naming objects for backup
Дата
Msg-id 201011231108.oANB83Rc049561@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue with naming objects for backup

Table names with double quotes and spaces were an issue when launching pg_dump
on the command line.

Fixes #266.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG                        |    2 ++
pgadmin/frm/frmBackup.cpp        |   15 ++++++++-------
pgadmin/frm/frmBackupGlobals.cpp |    2 +-
pgadmin/frm/frmBackupServer.cpp  |    2 +-
pgadmin/include/utils/misc.h     |    2 +-
pgadmin/utils/misc.cpp           |   37 +++----------------------------------
6 files changed, 16 insertions(+), 44 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Ctrl + K - add some productivity :)
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #266: Unable to backup table when quotation marks used in the name