diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-08-10 16:56:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-08-10 16:56:54 +0000 |
commit | 6075717df0f57c1736e5da4d4ee8c4f654682a1d (patch) | |
tree | a04f8b09b12068e52ba57856f788fc720561875f | |
parent | 2ae51c86c9695d635123942392b21a9a92a383dd (diff) | |
download | postgresql-6075717df0f57c1736e5da4d4ee8c4f654682a1d.tar.gz postgresql-6075717df0f57c1736e5da4d4ee8c4f654682a1d.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ TYPES * Remove Money type, add money formatting for decimal type * Declare typein/out functions in pg_proc with a special "C string" data type * Add non-large-object binary field -* Add index on NUMERIC type +* Add index on NUMERIC/DECIMAL type * Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports VIEWS |