Re: dynmic column names inside trigger? - Mailing list pgsql-sql

From Michael Glaesemann
Subject Re: dynmic column names inside trigger?
Date
Msg-id EA4DE1AB-1307-496E-8B5F-8CFDC58BFFFD@seespotcode.net
Whole thread Raw
In response to Re: dynmic column names inside trigger?  (Louis-David Mitterrand <vindex+lists-pgsql-sql@apartia.org>)
List 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 by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: Re: dynmic column names inside trigger?
Next
From: "Bart Degryse"
Date:
Subject: Re: dynmic column names inside trigger?