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-0003KS-SQ@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
------
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix display of a function's statistics
Next
From: Guillaume Lelarge
Date:
Subject: Re: Wrong statistics for overloaded functions