Re: Query hangs when getting too complex...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paulo Jan <admin(at)mail(dot)ddnet(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Query hangs when getting too complex...
Date: 2001-12-19 15:14:12
Message-ID: 29545.1008774852@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paulo Jan <admin(at)mail(dot)ddnet(dot)es> writes:
> I have here a query that hangs everytime I try to execute it, even
> though IMO it isn't *that* complicated (nor is the database *that* big).

Very bizarre. Can you attach to the backend process with gdb and get a
backtrace to see where it's hung up?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paulo Jan 2001-12-19 15:16:53 Re: Query hangs when getting too complex...
Previous Message Tom Lane 2001-12-19 15:11:51 Re: Stupid question on INDEXES