SVN Commit by guillaume: r8428 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by guillaume: r8428 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema
Date: 2010-06-11 17:02:58
Message-ID: 201006111702.o5BH2wD6025081@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: guillaume

Date: 2010-06-11 18:02:57 +0100 (Fri, 11 Jun 2010)

New Revision: 8428

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8428&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:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/dlg/dlgFunction.cpp
trunk/pgadmin3/pgadmin/schema/pgFunction.cpp

Browse pgadmin-hackers by date

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