Re: [pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-19 Thread Dave Page
Thanks, committed. On Wed, Sep 18, 2013 at 2:23 PM, Dinesh Kumar wrote: > Hi Dave, > > Please find the patch for the reported case. > > > > Dinesh > > -- > *Dinesh Kumar* > Software Engineer > > Ph: +918087463317 > Skype ID: dinesh.kumar432 > www.enterprisedb.co >

Re: [pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-18 Thread Dinesh Kumar
Hi Dave, Please find the patch for the reported case. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutoria

Re: [pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-10 Thread Dinesh Kumar
Sure Dave. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutorials, webinars, whitepapers

Re: [pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-10 Thread Dave Page
Dinesh, can you look at this please? Thanks. On Mon, Sep 9, 2013 at 10:13 PM, Bartosz Dmytrak wrote: > Hello all, > First of all - thanks a lot for new version! > > I've noticed wrong quotation in drop user mapping statement generated by > pgAdmin: > > It is: > DROP USER MAPPING FOR public SERVE

[pgadmin-support] PgAdmin 1.18 possible bug in DROP USER MAPPING

2013-09-09 Thread Bartosz Dmytrak
Hello all, First of all - thanks a lot for new version! I've noticed wrong quotation in drop user mapping statement generated by pgAdmin: It is: DROP USER MAPPING FOR public SERVER Repository@localhost; It should be: DROP USER MAPPING FOR public SERVER "Repository@localhost"; Same for ALTER US