SVN Commit by guillaume: r8427 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg pgadmin/schema - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by guillaume: r8427 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg pgadmin/schema
Date
Msg-id 201006111655.o5BGtApe024611@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: guillaume

Date: 2010-06-11 17:55:09 +0100 (Fri, 11 Jun 2010)

New Revision: 8427

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8427&view=rev

Log:
Fix quoting of TABLE parameters in a function. Fix also the quoting of the PL.
Per a report from Erwin Brandstetter.
Fixes #191.



Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/dlg/dlgFunction.cpp
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/schema/pgFunction.cpp

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #191: Functions returning TABLE lose necessary double quotes for names
Next
From: Guillaume Lelarge
Date:
Subject: Re: Reverse engineering of functions ..