Re: Explain query - Mailing list pgadmin-support

From Bartosz Dmytrak
Subject Re: Explain query
Date
Msg-id CAD8_Ucbso3wt1ssN2Z9k2mO1WuzhSdxTRco_GLwV5n13A3WZuw@mail.gmail.com
Whole thread Raw
In response to Re: Explain query  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Explain query  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support

2012/4/20 Guillaume Lelarge <guillaume@lelarge.info>
I tried on PostgreSQL 9.2dev, and I get the same error without using
pgAdmin. So the problem is within PostgreSQL, not pgAdmin. I only have
the error if I use the VERBOSE option. EXPLAIN, and EXPLAIN ANALYZE
without verbose work great. So I guess you should complain on
pgsql-general.
sure - thanks for Your time.

BTW, your query is kinda weird to me. You declare a CTE named t that you
do not use. And it still gets executed. Kinda puzzling.

this was only POC, I am going to use CTE (t) with update, but I faced this problem and then I simplified the query as much as possible. 

Regards,
Bartek 

pgadmin-support by date:

Previous
From: Colin Beckingham
Date:
Subject: Re: dev 1.15, wxw 2.9.3 - index column name truncated by 1 char
Next
From: Guillaume Lelarge
Date:
Subject: Re: Explain query