Re: Triggers on system catalog
Gurjeet Singh <singh.gurjeet@gmail.com>
From: Gurjeet Singh <singh.gurjeet@gmail.com>
To: Shridhar Polas <shridharpolas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-03-28T14:33:34Z
Lists: pgsql-hackers
On Mon, Mar 28, 2011 at 10:19 AM, Shridhar Polas <shridharpolas@gmail.com>wrote: > Hi, > > Is there a way to create triggers on system catalog tables like > pg_class, pg_attribute etc...? > No, Postgres does not support triggers on system catalogs; we do not have DDL triggers either, if that's what you were trying to achieve. Regards, -- Gurjeet Singh EnterpriseDB Corporation The Enterprise PostgreSQL Company