pgAdmin III commit: Fix SQL query to get types for function return and

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix SQL query to get types for function return and
Date: 2012-04-18 21:36:49
Message-ID: E1SKcYT-0003Ok-N7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix SQL query to get types for function return and arguments

We forgot to get 'e' types.

Per a report from Erwin Brandstetter.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/dlg/dlgFunction.cpp | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-04-18 21:38:19 Re: [pgAdmin III] #360: Enum only showing as array type in new function dialog
Previous Message pgAdmin Trac 2012-04-18 21:28:45 Re: [pgAdmin III] #360: Enum only showing as array type in new function dialog