[GENERAL] Access to NEW.column outside of a trigger function.

2011-03-31 Thread Gauthier, Dave
I have a check constraint that runs a PlPgsql function which returns a pass/fail status which the constraint uses to allow or disallow the value. This is not a trigger function. It's just a plain-ole PlPgsql. Is there a way I can read (not write, just read) the NEW.column values that a

Re: [GENERAL] Access to NEW.column outside of a trigger function.

2011-03-31 Thread Jerry Sievers
Gauthier, Dave dave.gauth...@intel.com writes: I have a check constraint that runs a PlPgsql function which returns a pass/ fail status which the constraint uses to allow or disallow the value. This is not a trigger function. It's just a plain-ole PlPgsql. Is there a way I can read (not

Re: [GENERAL] Access to NEW.column outside of a trigger function.

2011-03-31 Thread Gauthier, Dave
-general@postgresql.org Subject: Re: [GENERAL] Access to NEW.column outside of a trigger function. Gauthier, Dave dave.gauth...@intel.com writes: I have a check constraint that runs a PlPgsql function which returns a pass/ fail status which the constraint uses to allow or disallow the value

Re: [GENERAL] Access to NEW.column outside of a trigger function.

2011-03-31 Thread Darren Duncan
, Dave Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Access to NEW.column outside of a trigger function. Gauthier, Dave dave.gauth...@intel.com writes: I have a check constraint that runs a PlPgsql function which returns a pass/ fail status which the constraint uses to allow or disallow