summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index cef72032f8d..0537f8c069e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Oct 22 07:49:36 EDT 1999
+Last updated: Tue Oct 26 00:11:29 EDT 1999
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -124,6 +124,7 @@ TYPES
* -Add index on NUMERIC/DECIMAL type(Jan)
* Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* Functions returning sets don't really work right[function]
+* Add max() for oid type
VIEWS