pgAdmin III commit: Fix the quoting of user mapping objects

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the quoting of user mapping objects
Date: 2013-09-23 08:48:32
Message-ID: E1VO1om-0006BT-9m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the quoting of user mapping objects

Branch
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=31add3b20030a408e2c96f3744d98df0c3e6a38e

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgUserMapping.cpp | 4 ++--
pgadmin/schema/pgUserMapping.cpp | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-09-23 08:53:53 pgAdmin III commit: Ensure non-void functions return a value.
Previous Message Ashesh Vashi 2013-09-21 18:50:20 PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter