From ee8fcc57f6474f3dd9a39e45083a97e56fcbcc7d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 1 Sep 2002 01:32:21 +0000
Subject: [PATCH] Done:

> 	o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index d4f262e502c..b6181daa565 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-- 
GitLab