pgAdmin III commit: Fix display of a function's statistics - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix display of a function's statistics
Date
Msg-id E1QewIN-0003KU-T3@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #326: Check availabiliy of new pgadmin's version
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix display of a function's statistics