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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by guillaume: r8427 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg pgadmin/schema
Date: 2010-06-11 16:55:10
Message-ID: 201006111655.o5BGtApe024611@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-06-11 16:57:51 Re: Reverse engineering of functions ..
Previous Message pgAdmin Trac 2010-06-11 16:53:01 Re: [pgAdmin III] #191: Functions returning TABLE lose necessary double quotes for names