pgAdmin III commit: Fix display of a function's statistics

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix display of a function's statistics
Date: 2011-07-07 21:39:39
Message-ID: E1QewIN-0003KS-SQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix display of a function's statistics

We cannot rely on the name f the function because of the overloading feature
in PostgreSQL. So we now use the OID for filtering.

Fixes #325.

Report from Erwin Brandstetter.

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-07 21:40:49 Re: Wrong statistics for overloaded functions
Previous Message pgAdmin Trac 2011-07-07 20:18:25 [pgAdmin III] #326: Check availabiliy of new pgadmin's version