Re: PL/PgSQL INTO (used to be BUG #8870)

Поиск
Список
Период
Сортировка
От Marti Raudsepp
Тема Re: PL/PgSQL INTO (used to be BUG #8870)
Дата
Msg-id CABRT9RDPtCD8fqy_pCeD2siafsJF=Z3+C_Y86h-WvJQV02iehg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PL/PgSQL INTO (used to be BUG #8870)  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-docs
On Fri, Aug 1, 2014 at 2:43 PM, Marko Tiikkaja <marko@joh.to> wrote:
> But the claim about "exactly matching" data types is completely bogus, too

My bad. I remember having a hard time with matching data types in
PL/pgSQL in one instance, but turns out that was with RETURN QUERY,
not INTO.

Anyway, I'd prefer adding an explicit warning about the non-strict
behavior. How about:

"The number of columns returned by the query is not checked to match
target variables. Superfluous target variables are assigned the value
NULL.
When a record variable is the target, it automatically
configures itself to the row type of the query result columns."

Regards,
Marti


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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: PL/PgSQL INTO (used to be BUG #8870)
Следующее
От: "MauMau"
Дата:
Сообщение: Re: pageinspect forks