| 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:08:03 |
| Message-ID: | 201011231108.oANB83Rc049561@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | 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
------
REL-1_12_0_PATCHES
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=09a197988db29dd79bca79b8b0c184050c06accc
Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmBackup.cpp | 15 ++++++++-------
pgadmin/frm/frmBackupGlobals.cpp | 2 +-
pgadmin/frm/frmBackupServer.cpp | 2 +-
pgadmin/include/utils/misc.h | 2 +-
pgadmin/utils/misc.cpp | 37 +++----------------------------------
6 files changed, 16 insertions(+), 44 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin Trac | 2010-11-23 11:11:46 | Re: [pgAdmin III] #266: Unable to backup table when quotation marks used in the name |
| Previous Message | Dave Page | 2010-11-22 20:42:22 | Re: Ctrl + K - add some productivity :) |