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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix an issue with naming objects for backup
Date: 2010-11-23 11:18:10
Message-ID: 201011231118.oANBIAwC050935@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-11-23 11:20:55 pgAdmin III commit: Force typing the constraint name or the index name
Previous Message Guillaume Lelarge 2010-11-23 11:13:49 Re: Ticket 266: Unable to backup table when quotation marks used in the name