Re: 1.6RC2 explain analyze rollback bug

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: 1.6RC2 explain analyze rollback bug
Дата
Msg-id 4554543E.30504@postgresql.org
обсуждение исходный текст
Ответ на 1.6RC2 explain analyze rollback bug  ("Stephen Denne" <Stephen.Denne@datamail.co.nz>)
Список pgadmin-support
Stephen Denne wrote:
> Using downloaded pgAdmin III 1.6RC2 on windows xp sp2, connecting to a local 8.1.4 PostgreSQL database, I had a query
inan SQL window which I was able to run, or explain, but when I used the Query Explain Options menu to turned on
analyze,and hit F7, I received an error.
 
> 
> I've managed to find a simple reproducible example…
> 
> Open a new Query tool, paste the following as a single line, including the end of line comment, but with no trailing
linebreak:
 
> 
> SELECT * from pg_stat_activity WHERE datname = 'postgres' --
> 
> This can be run or explained, but not explain & analyzed. The following error is given:
> 
> ERROR: syntax error at or near "ROLLBACK"
> SQL state: 42601
> Character: 87
> 
> If a line break is added at the end, or the end of line comment is removed, or a semi colon is placed at the end of
thestatement, then explain analyze works as expected. Line breaks can be placed anywhere else without affecting the
behaviour,but the behaviour is seen if there is no line break after --
 

Thanks, I've committed a fix for this issue.

Regards, Dave.


В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: edit grid: issues involving marking, selecting,
Следующее
От: Thomas Pundt
Дата:
Сообщение: Hard time compiling from source