On Tue, Jun 21, 2016 at 4:41 PM, Dave Page <dpage@pgadmin.org> wrote:
Hi On Tue, Jun 21, 2016 at 11:38 AM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote: > Hi, > > PFA patch for issues RM1220 and RM1221 > > Issue fixed: Backup, Restore and Maintenance were causing error with > database name with special characters.
This patch causes the following error when attempting to run a backup:
"quotechar" must be string, not unicode
If I fix that (by wrapping the '' in str()), it then fails with: