Re: INS/UPD/DEL RETURNING for 8.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: INS/UPD/DEL RETURNING for 8.2
Дата
Msg-id 16710.1141349622@sss.pgh.pa.us
обсуждение исходный текст
Ответ на INS/UPD/DEL RETURNING for 8.2  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: INS/UPD/DEL RETURNING for 8.2  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-patches
"Jonah H. Harris" <jonah.harris@gmail.com> writes:
> INSERT/UPDATE/DELETE seem to work fine in normal operation but there is an
> error with DELETE RETURNING when used through PL/pgSQL.

Probably other places too.  I don't see any provision here for ensuring
that the variables used in the RETURNING list are actually computed by
the plan.  This would be masked in the INSERT and non-join UPDATE cases
by the fact that the plan has to compute all columns of the target table
anyway ... but in a DELETE it'd be an issue.

I think set-returning functions in the RETURNING list might give you
some fits too ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: INS/UPD/DEL RETURNING for 8.2
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: INS/UPD/DEL RETURNING for 8.2