From 1b6b4d40ed212cdbfd53c5e24c55082bc220f976 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 16 Jan 2000 07:05:35 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index e70344d53d5..ec9070014d7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sun Jan 16 00:16:44 EST 2000
+Last updated:		Sun Jan 16 02:04:18 EST 2000
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -56,6 +56,8 @@ PARSER
 * -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
 * -Allow HAVING to use comparisons that have no aggregates(Tom)
 * -Allow COUNT(DISTINCT col))(TOm)
+* SELECT 'x'::varchar(10) INTO newtable; fails
+* SELECT col::DECIMAL(12,10); fails
 
 VIEWS
 
-- 
GitLab