Re: System catalogs - Mailing list pgsql-sql

From Tom Lane
Subject Re: System catalogs
Date
Msg-id 3567.1006111606@sss.pgh.pa.us
Whole thread Raw
In response to System catalogs  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
List pgsql-sql
"Aasmund Midttun Godal" <postgresql@envisity.com> writes:
> I saw in the docs that you are not supposed to edit them manually... However is it considered appropriate to do other
thingssuch as:
 
> referencing them (adding foreign keys on them)
> adding triggers to them (e.g. delete all this stuff if this table is dropped). This would include adding cascade
clausesto the referring.
 

By and large, triggers on system catalogs will not work, because most
of the internal manipulations of the catalogs do not bother to fire
triggers.  This implies that foreign key constraints won't work either,
since those are implemented by triggers.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Aasmund Midttun Godal"
Date:
Subject: System catalogs
Next
From: "Clayton Cottingham aka drfrog"
Date:
Subject: [OT?] permissions