Re: PLpgSQL: list of scalars as row for assign stmt, fore and fors stm

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: PLpgSQL: list of scalars as row for assign stmt, fore and fors stm
Дата
Msg-id BAY20-F51FE3F08E06F020CCDC92F9310@phx.gbl
обсуждение исходный текст
Ответ на Re: PLpgSQL: list of scalars as row for assign stmt, fore  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: PLpgSQL: list of scalars as row for assign stmt, fore  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: PLpgSQL: list of scalars as row for assign stmt, fore and fors stm  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
>>>    x, y := r;
>>
>>That strikes me as a really bad idea.  It weakens both syntax and
>>semantic error checking, to accomplish how much?
>
>Could use PHP-style thingy:
>
>LIST(x, y) := r;
>
>Chris
>

It's inconsystency :-(.

EXECUTE INTO and SELECT INTO use scalar of vectors without anything.

Pavel

_________________________________________________________________
Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PLpgSQL: list of scalars as row for assign stmt, fore
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PLpgSQL: list of scalars as row for assign stmt, fore