Re: cannot EXPLAIN query... - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: cannot EXPLAIN query...
Date
Msg-id 3E3E799B.1020707@klaster.net
Whole thread Raw
In response to cannot EXPLAIN query...  ("Rajesh Kumar Mallah." <mallah@trade-india.com>)
List pgsql-sql
Rajesh Kumar Mallah. wrote:
> Hi,
> 
> the query is running  fine but i cannot EXPLAIN or (ANALYZE)
> it.
> 
> I am seeing this message for the first time:
> 
> 
> tradein_clients=# SELECT count(*) from shippers1 where city='DELHI';
> +-------+
> | count |
> +-------+
> |     2 |
> +-------+
> (1 row)
> 
> tradein_clients=#
> tradein_clients=# explain  SELECT count(*) from shippers1 where city='DELHI';
> ERROR:  get_names_for_var: bogus varno 5
> tradein_clients=#
> 
> i can paste the nasty view definations if nothing is obvious till
> now.
> 
> 
> regds
> MAllah.
Isn't it a very long view? I found some limitations of explain, but possibly they
had something to cygwin enviroment.

Regards,
Tomasz Myrta




pgsql-sql by date:

Previous
From: "Rajesh Kumar Mallah."
Date:
Subject: cannot EXPLAIN query...
Next
From: Tom Lane
Date:
Subject: Re: cannot EXPLAIN query...