Re: cannot EXPLAIN query...

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема Re: cannot EXPLAIN query...
Дата
Msg-id 3E3E799B.1020707@klaster.net
обсуждение исходный текст
Ответ на cannot EXPLAIN query...  ("Rajesh Kumar Mallah." <mallah@trade-india.com>)
Список 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 по дате отправления:

Предыдущее
От: "Rajesh Kumar Mallah."
Дата:
Сообщение: cannot EXPLAIN query...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cannot EXPLAIN query...