aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-07-11 20:40:06 +0000
committerBruce Momjian <bruce@momjian.us>2001-07-11 20:40:06 +0000
commit4cf7b823cea3865f758343795fb2651d265e9209 (patch)
tree1058aa13a7855162ed947c7ce57db8e25b548a2d
parent461ea6b796bd9dac701324a840cf32e1aee6932f (diff)
downloadpostgresql-4cf7b823cea3865f758343795fb2651d265e9209.tar.gz
postgresql-4cf7b823cea3865f758343795fb2651d265e9209.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 50d2e7d43be..ba35da53cd8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Jul 10 17:36:02 EDT 2001
+Last updated: Wed Jul 11 16:39:57 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -74,6 +74,7 @@ TYPES
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* -Add SQL standard function bit_length() (Peter E)
* -Make oid use unsigned int more reliably (Tom)
+* Add security checking for large objects
* ARRAYS
* Allow nulls in arrays
* Allow arrays to be ORDER'ed