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

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

From
Guillaume Lelarge
Date:
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(-)