File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue Nov 27 14:31:03 EST 2001
3
+ Last updated: Tue Nov 27 14:35:32 EST 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -261,15 +261,15 @@ CLIENTS
261
261
262
262
REFERENTIAL INTEGRITY
263
263
264
- * Add MATCH PARTIAL referential integrity
264
+ * Add MATCH PARTIAL referential integrity [foreign]
265
265
* -Check that primary key exists at foreign key definition time
266
266
* Add deferred trigger queue file (Jan)
267
267
* Allow oid to act as a foreign key
268
268
* Implement dirty reads and use them in RI triggers
269
269
* Make triggers refer to columns by number, not name
270
270
* Enforce referential integrity for system tables
271
271
* -INSERT & UPDATE/DELETE in transaction of primary key fails with
272
- deferredTriggerGetPreviousEvent or "change violation" [foreign]
272
+ deferredTriggerGetPreviousEvent or "change violation"
273
273
* Allow user to control trigger firing order
274
274
* Change foreign key constraint for array -> element to mean element
275
275
in array
You can’t perform that action at this time.
0 commit comments