Re: SELECT INTO and ON COMMIT

Поиск
Список
Период
Сортировка
От Melvin Davidson
Тема Re: SELECT INTO and ON COMMIT
Дата
Msg-id CANu8FiyFxVxBnPdeHK=3kU+HxRkfy09oh11yggvSBzVOO7J+6A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SELECT INTO and ON COMMIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: SELECT INTO and ON COMMIT
Список pgsql-general
So perhaps replace the SQL SELECT INTO with SQL ADD INTO ?

On Wed, May 13, 2015 at 8:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Bruce Momjian <bruce@momjian.us> writes:
> On Wed, May 13, 2015 at 06:05:43PM -0600, Yves Dorfsman wrote:
>> Will `SELECT INTO` be deprecated? It is very convenient when writing pgplsql
>> functions, to select into a record.

> The pl/psql `SELECT INTO` is not related to the SQL SELECT INTO command
> --- yeah, confusing, so no, the pl/psql ability is not deprecated.

Part of the argument for deprecating the SQL-level SELECT INTO is
exactly that it's confusingly spelled the same as plpgsql's SELECT INTO,
but it means something totally different.

                        regards, tom lane


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SELECT INTO and ON COMMIT
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: SELECT INTO and ON COMMIT