Re: Long (really long) queries and not sure how to diagnose

From: Tony Day <tonyd(at)panztel(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Long (really long) queries and not sure how to diagnose
Date: 2010-04-30 05:45:39
Message-ID: k2t22eb2d871004292245he2cce000g79deb6a3db04bca5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Tom

Well, other than an explicit LOCK TABLE, it'd be some sort of DDL action
> on the table. CREATE INDEX, ALTER TABLE, that sort of thing. I'd try
> grepping the query log for the table name and then filtering out the
> easy select/insert/update/delete stuff.
>

Thanks - at least I now have something to try - gives me the illusion of
being in control :-)

Regards, Tony

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lonni J Friedman 2010-04-30 16:37:34 returning more than one value from a function
Previous Message Tom Lane 2010-04-30 05:32:12 Re: Long (really long) queries and not sure how to diagnose