RI status report #3 - Mailing list pgsql-hackers

From wieck@debis.com (Jan Wieck)
Subject RI status report #3
Date
Msg-id m11Whdu-0003kLC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
List pgsql-hackers
One more step forward,

    I've  created  function  shells  and  the appropriate pg_proc
    entries for all the FOREIGN KEY constraint triggers.

    The builtin language is now also accepted by CREATE  TRIGGER.

    The new trigger functions are in utils/adt/ri_triggers.c (new
    file).  They have no functionality up to now  -  just  put  a
    NOTICE  that  they're called and that's it. Will work on some
    general local functions soon.


Jan

--

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

pgsql-hackers by date:

Previous
From: Jelle Ruttenberg
Date:
Subject: ODBC-client->Linux-server: datatype boolean not recognized?
Next
From: Lamar Owen
Date:
Subject: Re: [HACKERS] RI status report #2