[pgadmin-hackers] pgAdmin III commit: Fix display of a function's statistics

2011-07-07 Thread Guillaume Lelarge
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?

[pgadmin-hackers] pgAdmin III commit: Fix display of a function's statistics

2011-07-07 Thread Guillaume Lelarge
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.g