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

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgAdmin III] #325: Wrong statistics for overloaded functions
Date: 2011-07-07 12:16:32
Message-ID: 054.74acad966ba4210455df961277ca1af0@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-07-07 16:22:50 pgAdmin III commit: Ensure the query complete notification is sent when
Previous Message Erwin Brandstetter 2011-07-07 12:08:52 Re: Wrong statistics for overloaded functions