diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-01 01:32:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-01 01:32:21 +0000 |
commit | ee8fcc57f6474f3dd9a39e45083a97e56fcbcc7d (patch) | |
tree | 1c40a7a6b163eedd31b4e323bcd9105cf5ba1878 | |
parent | 3c49c4b1520fd29dea570b4cde8a66bc5893078c (diff) | |
download | postgresql-ee8fcc57f6474f3dd9a39e45083a97e56fcbcc7d.tar.gz postgresql-ee8fcc57f6474f3dd9a39e45083a97e56fcbcc7d.zip |
Done:
> o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 30 21:36:25 EDT 2002 +Last updated: Sat Aug 31 21:32:13 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -94,7 +94,7 @@ Data Types o Store binary-compatible type information in the system o Allow better handling of numeric constants, type conversion [typeconv] - o SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes + o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes * ARRAYS o Allow nulls in arrays |