Re: [pgAdmin III] #325: Wrong statistics for overloaded functions - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject Re: [pgAdmin III] #325: Wrong statistics for overloaded functions
Date
Msg-id 054.74acad966ba4210455df961277ca1af0@code.pgadmin.org
Whole thread Raw
In response to [pgAdmin III] #325: Wrong statistics for overloaded functions  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#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

pgadmin-hackers by date:

Previous
From: Erwin Brandstetter
Date:
Subject: Re: Wrong statistics for overloaded functions
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Ensure the query complete notification is sent when