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 201011231118.oANBIAwC050935@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
------
master

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket 266: Unable to backup table when quotation marks used in the name
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Force typing the constraint name or the index name