PgAdmin 1.18 possible bug in DROP USER MAPPING

From: Bartosz Dmytrak <bdmytrak(at)gmail(dot)com>
To: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: PgAdmin 1.18 possible bug in DROP USER MAPPING
Date: 2013-09-09 21:13:40
Message-ID: CAD8_Uca-9yfw9h-xATALfJbF3R=mw1FVU=XKXkg8wCxJ7Yq7jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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(at)localhost;

It should be:
DROP USER MAPPING FOR public SERVER "Repository(at)localhost";

Same for ALTER USER MAPPING statement.

Env:
PgAdmin 1.18.0 on Fedora 19 x64

Regards,
Bartek

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2013-09-10 07:49:13 Re: Second message: "Problem generating database using pgAdmin III - PostgreSQL version is 9.1"
Previous Message Hager, Paul CIV NAVSEA Crane, NAVSEA 2013-09-09 17:16:42 Re: Second message: "Problem generating database using pgAdmin III - PostgreSQL version is 9.1"