pgAdmin III commit: Add support for --quote-all-identifiers CLI option - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add support for --quote-all-identifiers CLI option
Date
Msg-id 201007300743.o6U7hLqT096761@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Bump version for beta 4
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Update of the xrcDialogs.cpp file. Forgot this in m