Re: cannot EXPLAIN query...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rajesh Kumar Mallah(dot)" <mallah(at)trade-india(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: cannot EXPLAIN query...
Date: 2003-02-03 15:40:29
Message-ID: 19251.1044286829@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Rajesh Kumar Mallah." <mallah(at)trade-india(dot)com> writes:
> It is PostgreSQL 7.3.0 on Linux.

Try 7.3.1 then. I think this is this problem:

2002-12-06 14:28 tgl

* src/backend/commands/explain.c (REL7_3_STABLE): Explain's code
for showing quals of SubqueryScan nodes has been broken all along;
not noticed till now. It's a scan not an upper qual ...

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-02-03 15:45:57 Re: cannot EXPLAIN query...
Previous Message Rajesh Kumar Mallah. 2003-02-03 15:38:23 Re: cannot EXPLAIN query...