#325: Wrong statistics for overloaded functions ------------------------+--------------------------------------------------- Reporter: brsa | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk Keywords: statistics | Platform: all ------------------------+---------------------------------------------------
Comment(by brsa): Guillaume: Rather use the funcid for the query, so the pg_catalog view does not have to change: SELECT calls AS "Number of calls", total_time AS "Total Time", self_time AS "Self Time" FROM pg_stat_user_functions WHERE funcid = '9273008'::oid; -- Ticket URL: <http://code.pgadmin.org/trac/ticket/325#comment:1> pgAdmin III <http://code.pgadmin.org/trac/> pgAdmin III -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers