aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-24 22:27:59 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-24 22:27:59 +0000
commitca5771dc277c3024c1ae7b50a61d5fda40585ad0 (patch)
treeaf86396921560e50086e2dd5766c239ab59c0488
parentbdb41ad0e74729efda889b6c6fda313aaeaa9960 (diff)
downloadpostgresql-ca5771dc277c3024c1ae7b50a61d5fda40585ad0.tar.gz
postgresql-ca5771dc277c3024c1ae7b50a61d5fda40585ad0.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 0554b7cf6ef..6b53013ac57 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -130,9 +130,9 @@ TYPES
* Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field
* -Add index on NUMERIC/DECIMAL type(Jan)
-* Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
+* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* Functions returning sets don't really work right[function]
-* Make type equivalency apply to aggregates
+* -Make type equivalency apply to aggregates
VIEWS