pgAdmin III commit: Fix a bug in the way that stored procedures and fun

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a bug in the way that stored procedures and fun
Date: 2011-01-31 13:21:16
Message-ID: 201101311321.p0VDLG6p047486@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a bug in the way that stored procedures and functions are identified in EDB Advanced Server, that could yield incorrect results

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6861d498b619b39d0a083da115b8beaf1b771b89
Author: Nikhil S <nixmisc(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/schema/pgFunction.cpp | 20 +++++++++++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-01-31 13:23:36 Re: pgAdmin III: EDB procedures with non void return types not handled properly
Previous Message Dave Page 2011-01-31 13:20:45 pgAdmin III commit: Fix a bug in the way that stored procedures and fun