Re: Using scalar function as set-returning: bug or feature?

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Using scalar function as set-returning: bug or feature?
Дата
Msg-id CAL9smLDjJ1D2eB2iJj_WXrL4KXR=KohS+3ZtMuQ76E2fB2b7MA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using scalar function as set-returning: bug or feature?  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Using scalar function as set-returning: bug or feature?
Список pgsql-hackers
On Fri, Feb 9, 2018 at 9:58 AM, Konstantin Knizhnik <k.knizhnik@postgrespro.ru> wrote:
Attached please find patch reporting error in case of empty attribute list for SELECT INTO

This is quite short-sighted.  The better way to do this is to complain if the number of expressions is different from the number of target variables (and the target variable is not a record-ish type).  There's been at least two patches for this earlier (one my me, and one by, I think Pavel Stehule).  I urge you to dig around in the archives to avoid wasting your time.


.m

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: non-bulk inserts and tuple routing
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: CALL stmt, ERROR: unrecognized node type: 113 bug