|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jan 2615:58:49 EST 2001 |
| 3 | +Last updated:Fri Jan 2616:16:06 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -209,6 +209,8 @@ REFERENTIAL INTEGRITY
|
209 | 209 | * Allow oid to act as a foreign key
|
210 | 210 | * Implement dirty reads and use them in RI triggers
|
211 | 211 | * Enforce referential integrity for system tables
|
| 212 | +* INSERT & UPDATE/DELETE in transaction of primary key referenced by |
| 213 | + foreign key fails with deferredTriggerGetPreviousEvent or "change violation" |
212 | 214 |
|
213 | 215 | EXOTIC FEATURES
|
214 | 216 |
|
|