Re: pgAgent stats

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Marcin Krawczyk <jankes(dot)mk(at)gmail(dot)com>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgsql-sql(at)postgresql(dot)org
Subject: Re: pgAgent stats
Date: 2010-03-17 12:19:07
Message-ID: 937d27e11003170519y1cc72ff8nab65804fab01e422@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Mar 17, 2010 at 12:15 PM, Marcin Krawczyk <jankes(dot)mk(at)gmail(dot)com> wrote:
> It's pgAdmin 1.10.0. I've partially identified the problem, pgAdmin log says
> that following query gets executed when switching to job statistics tab :
> SELECT jsljlgid, jslstatus, jslresult, jslstart, jslduration, (jslstart +
> jslduration) AS endtime, jsloutput
> FROM pgagent.pga_jobsteplog WHERE jsljstid = 5 ORDER BY jslstart DESC LIMIT
> 0
> obviously the problem is LIMIT 0 clause but why it is there remains
> a mystery... pgAdmin bug ? a configuration issue ?

Check the 'Maximum number of rows to retrieve' option on the Query tab
of the Options dialog.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Marcin Krawczyk 2010-03-17 12:24:17 Re: pgAgent stats
Previous Message Marcin Krawczyk 2010-03-17 12:15:45 Re: pgAgent stats