Re: [HACKERS] PL/pgSQL - for discussion (RETURN) - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject Re: [HACKERS] PL/pgSQL - for discussion (RETURN)
Date
Msg-id m0yDXjz-000BFRC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to RE: [HACKERS] PL/pgSQL - for discussion (RETURN)  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
List pgsql-hackers
> But what about Triggers?!.
> DEJ

    That's a completely different call interface. They return
    a HeapTuple that can be a modified one or just NULL to skip
    the whole action. But first I run for functions, then for
    triggers.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: sferac@bo.nettuno.it
Date:
Subject: Re: AW: [HACKERS] Begin statement again
Next
From: Hannu Krosing
Date:
Subject: Re: PL/PgSQL discussion