summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-12-11 01:44:37 +0000
committerBruce Momjian <bruce@momjian.us>2000-12-11 01:44:37 +0000
commite8caadefc4611b236a026068e27009140ea4e5da (patch)
tree6074ce1f7e6537c23499beb669a78f5985ba7eef
parent41fe2a2a03d91dc836a83bbd78190c36fd54541f (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1f912be5c75..79bdc36e68d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Dec 9 18:25:43 EST 2000
+Last updated: Sun Dec 10 20:44:26 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -184,6 +184,7 @@ REFERENTIAL INTEGRITY
exists on referenced primary key attributes
* Add deferred trigger queue file (Jan)
* Allow oid to act as a foreign key
+* Implement dirty reads and use them in RI triggers
EXOTIC FEATURES