Re: GSOC13 proposal - extend RETURNING syntax

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GSOC13 proposal - extend RETURNING syntax
Дата
Msg-id 121.1367520448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GSOC13 proposal - extend RETURNING syntax  (Karol Trzcionka <karlikt@gmail.com>)
Список pgsql-hackers
Karol Trzcionka <karlikt@gmail.com> writes:
> What do you think about function- or cast-like syntax. I mean:
> RETURNING OLD(foo.bar)
> or RETURNING OLD(foo).bar
> or RETURNING (foo::OLD).bar ?
> I think none of them should conflict with any other statements.

I think you'll find those alternatives are at least as ugly to
implement as they are to look at ...
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GSOC13 proposal - extend RETURNING syntax
Следующее
От: Karol Trzcionka
Дата:
Сообщение: Re: GSOC13 proposal - extend RETURNING syntax