1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00
> * Allow AFTER triggers on system tables
This commit is contained in:
Bruce Momjian 2004-04-20 14:03:30 +00:00
parent 8149029162
commit cfb8d57ba1

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Tue Apr 20 00:26:26 EDT 2004
Last updated: Tue Apr 20 10:03:31 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -322,6 +322,7 @@ Referential Integrity
names unique within a schema
* -Issue NOTICE if foreign key data requires costly test to match primary key
* Remove CREATE CONSTRAINT TRIGGER
* Allow AFTER triggers on system tables
Dependency Checking