Re: Mystery SELECT * query

From: Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
To: Andrew Puschak <apuschak(at)gmail(dot)com>
Cc: Thomas Kellerer <spam_eater(at)gmx(dot)net>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Mystery SELECT * query
Date: 2014-01-21 03:46:33
Message-ID: CADp-Sm4jWpDFcn+43CG9DmKFA5s9NofKX2UKeku_sMOORwwUaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Try to set a statement timeout and see which part of code/application fails
when this query is timed-out.

Will that be a logical way to figure out from where the query is being
fired?

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Puschak 2014-01-21 12:37:15 Re: Mystery SELECT * query
Previous Message Daniel Staal 2014-01-20 18:53:24 Re: Index to help ordering?