pgAdmin III commit: Add support for --quote-all-identifiers CLI option

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add support for --quote-all-identifiers CLI option
Дата
Msg-id 201007300743.o6U7hLqT096761@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=086659bc80ebf6ebcc283a3f580bcda31eb2636e

Log Message
-----------
Add support for --quote-all-identifiers CLI option on 9.1 pg_dump/pg_dumpall.

Branch
------
master

Modified Files
--------------
CHANGELOG                        |    2 +
pgadmin/frm/frmBackup.cpp        |    7 +
pgadmin/frm/frmBackupGlobals.cpp |    8 +
pgadmin/frm/frmBackupServer.cpp  |   31 ++-
pgadmin/ui/frmBackup.xrc         |    9 +-
pgadmin/ui/frmBackupGlobals.xrc  |    4 +
pgadmin/ui/frmBackupServer.xrc   |    4 +
pgadmin/ui/xrcDialogs.cpp        |  495 ++++++++++++++++++++------------------
8 files changed, 318 insertions(+), 242 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Bump version for beta 4
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Update of the xrcDialogs.cpp file. Forgot this in m