Re: Passing a row (NEW) as function argument

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Passing a row (NEW) as function argument
Дата
Msg-id 14859.987627214@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Passing a row (NEW) as function argument  (DaVinci <bombadil@wanadoo.es>)
Список pgsql-general
DaVinci <bombadil@wanadoo.es> writes:
>  How can I pass a row of a view as an argument to function. I have tried
>  something like:

>      create function pepis(view_name) returns integer as .../...

This case turns out to have exposed a number of bugs in both the
planner and plpgsql.  I think I've fixed 'em all, but you might like
to try your example against current sources (CVS, or a snapshot dated
after today) to see if it's fixed for you.

            regards, tom lane

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

Предыдущее
От: "Bryan White"
Дата:
Сообщение: Re: corrupted database?
Следующее
От: Peter Pilsl
Дата:
Сообщение: append all columns in where-clause