Re: [pgAdmin III] #325: Wrong statistics for overloaded functions

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема Re: [pgAdmin III] #325: Wrong statistics for overloaded functions
Дата
Msg-id 054.74acad966ba4210455df961277ca1af0@code.pgadmin.org
обсуждение исходный текст
Ответ на [pgAdmin III] #325: Wrong statistics for overloaded functions  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Re: Wrong statistics for overloaded functions
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Ensure the query complete notification is sent when