From: | Tomasz Myrta <jasiek(at)klaster(dot)net> |
---|---|
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 14:15:55 |
Message-ID: | 3E3E799B.1020707@klaster.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-02-03 14:46:05 | Re: cannot EXPLAIN query... |
Previous Message | Rajesh Kumar Mallah. | 2003-02-03 14:02:08 | cannot EXPLAIN query... |