Update TODO list.

This commit is contained in:
Bruce Momjian 2000-06-13 08:05:41 +00:00
parent f2d1205322
commit 9c77f4eff4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Sun Jun 11 21:11:41 EDT 2000
Last updated: Tue Jun 13 04:04:27 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -97,6 +97,7 @@ TYPES
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Allow arrays to hold NULL elements
* Get BIT type working
* Allow better handling of numeric constants
VIEWS