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

Lists: pgadmin-hackers
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: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
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
------
REL-1_14_0_PATCHES

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

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