Re: INSERT doc discrepancy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: INSERT doc discrepancy
Дата
Msg-id 29182.1188320871@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: INSERT doc discrepancy  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Kristo Kaiv wrote:
>> but it seems if i want to return the result into a record i have to use it
>> with INTO clause in the end:

> Ah, you are using it in plpgsql!  OK, but the explanation to the
> discrepancy is that the second INTO is not part of the SQL sentence;
> it's plpgsql only, and is parsed by its internal parser, so not really
> part of the SQL grammar.

And, in fact, the plpgsql documentation does show this usage (section
38.5.3 in devel docs, but I think the numbering has changed since 8.2).

            regards, tom lane

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Tables dissapearing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Indexing Foreign Key Columns