Re: dynmic column names inside trigger?

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: dynmic column names inside trigger?
Дата
Msg-id EA4DE1AB-1307-496E-8B5F-8CFDC58BFFFD@seespotcode.net
обсуждение исходный текст
Ответ на Re: dynmic column names inside trigger?  (Louis-David Mitterrand <vindex+lists-pgsql-sql@apartia.org>)
Список pgsql-sql
On Nov 23, 2007, at 12:06 , Louis-David Mitterrand wrote:

> On Wed, Nov 21, 2007 at 09:14:14AM +0100, Bart Degryse wrote:
>> LANGUAGE plpgsql VOLATILE RETURNS NULL ON NULL INPUT;
>
> Hi,
>
> I was curious as to why you created this function with a prototype of
>
>     func(intext IN text, outtext OUT text) ... returns NULL

Don't confuse RETURNS NULL ON NULL INPUT with the function return  
value: this is the verbose spelling of STRICT.


Michael Glaesemann
grzm seespotcode net




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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: dynmic column names inside trigger?
Следующее
От: "Bart Degryse"
Дата:
Сообщение: Re: dynmic column names inside trigger?