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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for --quote-all-identifiers CLI option
Date: 2010-07-30 07:43:21
Message-ID: 201007300743.o6U7hLqT096761@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-07-30 07:44:41 pgAdmin III commit: Tag REL-1_12_0-BETA4 has been created.
Previous Message Dave Page 2010-07-30 07:41:50 pgAdmin III commit: Bump version for beta 4