Re: SET syntax in INSERT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SET syntax in INSERT
Дата
Msg-id 15351.1452803156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SET syntax in INSERT  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: SET syntax in INSERT  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: SET syntax in INSERT  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Thu, Jan 14, 2016 at 1:07 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Vitaly Burovoy <vitaly.burovoy@gmail.com> writes:
>>> You can't now do something like
>>> INSERT INTO foo (arraycol[2], arraycol[4]) VALUES(7, 11);

>> Hm ... actually, you might want to try that before opining

> So what's the problem, then?  It seems like a decision has already been
> made.

Yeah, but is it a decision that we might later find to be at odds
with a future SQL standard?  The more places we embed that behavior,
the more risk we take.
        regards, tom lane



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

Предыдущее
От: Vitaly Burovoy
Дата:
Сообщение: Re: SET syntax in INSERT
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: SET syntax in INSERT