Re: BUG #2027: Select on view hangs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dmitri Fuerle" <dmitri(dot)fuerle(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2027: Select on view hangs.
Date: 2005-11-08 14:48:31
Message-ID: 5341.1131461311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Dmitri Fuerle" <dmitri(dot)fuerle(at)gmail(dot)com> writes:
> A select on the following view hangs the database

Are you sure it's actually hung, and not (say) computing like mad?
Perhaps the planner chose a bad plan that will take a long time.
Have you ANALYZEd all the tables underlying the view?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Diego Cattelan 2005-11-08 15:32:41 initdb.log
Previous Message Tom Lane 2005-11-08 14:46:12 Re: a problem, maybe not a bug