Обсуждение: pgAdmin III commit: Fix an issue with naming objects for backup

Поиск
Список
Период
Сортировка

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

От
Guillaume Lelarge
Дата:
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(-)