BUG #5489: SELECT ... RETURNING INTO ... in ecpg

Поиск
Список
Период
Сортировка
От Alexander
Тема BUG #5489: SELECT ... RETURNING INTO ... in ecpg
Дата
Msg-id 201006032017.o53KHQGJ038090@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5489: SELECT ... RETURNING INTO ... in ecpg
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5489
Logged by:          Alexander
Email address:      goal81@gmail.com
PostgreSQL version: 8.3.11
Operating system:   CentOS 5.4
Description:        SELECT ... RETURNING INTO ... in ecpg
Details:

I've been using PostgreSQL since version 8.2.
As I saw, ecpg preprocessor is unable to handle "SELECT ... RETURNING INTO
... " queries due to the following line in
src/interfaces/ecpg/preproc/preproc.y:

returning_clause:  RETURNING target_list { $$ = ...

Changing this line to:

returning_clause:  RETURNING target_list ecpg_into { $$ = ...

fixes this lack.

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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: BUG #5443: Undetected deadlock situation
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Bad optimizer data for xml (WAS: xml data type implications of no =)