Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting

2019-10-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Oct 9, 2019 at 2:21 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. Tested on MacOS, Windows 7, Ubuntu 16 and > works fine. > Kindly review. > > On Wed, Oct 9, 2019 at 1:48 PM Akshay Joshi > wrote: >

Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting

2019-10-09 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated patch. Tested on MacOS, Windows 7, Ubuntu 16 and works fine. Kindly review. On Wed, Oct 9, 2019 at 1:48 PM Akshay Joshi wrote: > Hi Aditya > > I have tried your patch on MAC. Backup job is completed successfully but > got the following message: > pg_dump: las

Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting

2019-10-09 Thread Akshay Joshi
Hi Aditya I have tried your patch on MAC. Backup job is completed successfully but got the following message: pg_dump: last built-in OID is 16383 pg_dump: no matching schemas were found Please verify it once again and send the modified patch. On Tue, Oct 8, 2019 at 5:46 PM Aditya Toshniwal < adi

Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting

2019-10-08 Thread Aditya Toshniwal
Hi Hackers, Turned out to be an issue only on Mac. Backup works fine for other OS. Attached is the patch to fix the issue on Mac. Code is changed to add extra pairs of quotes wherever required on MacOS. Kindly review. On Thu, Oct 3, 2019 at 3:53 PM Aditya Toshniwal < aditya.toshni...@enterprised