Re: Triggers on system tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Triggers on system tables
Date
Msg-id 27121.1076562025@sss.pgh.pa.us
Whole thread Raw
In response to Re: Triggers on system tables  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Triggers on system tables  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> Do you have an example at hand of a system function which will face this
> problem so that I can see what is involved?

Mmm ... try CREATE TABLE with foreign keys.  IIRC the basic table is
created and then we do ALTER TABLE ADD FOREIGN KEY.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Triggers on system tables
Next
From: Gavin Sherry
Date:
Subject: Re: Triggers on system tables