From f33d3bc0bfc39e4c719eaa41496f9f25e76555d6 Mon Sep 17 00:00:00 2001
From: Neil Conway <neilc@samurai.com>
Date: Sun, 26 Feb 2006 01:21:57 +0000
Subject: [PATCH] TODO updates:

- "Add ON COMMIT capability to CREATE TABLE AS ... SELECT" is done

- "Allow PREPARE to automatically determine parameter types" is done

- "Clean up compiler warnings (especially with gcc version 4)" is done:
  AFAIK there are no remaining gcc4 compiler warnings to be fixed.

- Creating rules to do view updates is *not* an easy TODO item
---
 doc/TODO | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 2a75f408708..e5e7392d160 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -328,10 +328,10 @@ Multi-Language Support
 Views / Rules
 =============
 
-* %Automatically create rules on views so they are updateable, per SQL99
+* Automatically create rules on views so they are updateable, per SQL99
 
   We can only auto-create rules for simple views.  For more complex
-  cases users will still have to write rules.
+  cases users will still have to write rules manually.
 
 * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
 * Allow NOTIFY in rules involving conditionals
@@ -359,8 +359,8 @@ SQL Commands
   called, and the table is locked in exclusive mode.
 
 * Allow PREPARE of cursors
-* Allow PREPARE to automatically determine parameter types based on the SQL
-  statement
+* -Allow PREPARE to automatically determine parameter types based on the SQL
+  statement (Neil)
 * Allow finer control over the caching of prepared query plans
 
   Currently, queries prepared via the libpq API are planned on first
@@ -437,7 +437,7 @@ SQL Commands
 	  expressions like SELECT col1 || col2
 	o Use more reliable method for CREATE DATABASE to get a consistent
 	  copy of db?
-	o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
+	o -Add ON COMMIT capability to CREATE TABLE AS ... SELECT
 
 
 * UPDATE
@@ -1142,7 +1142,7 @@ Source Code
 * %Promote debug_query_string into a server-side function current_query()
 * %Allow the identifier length to be increased via a configure option
 * Allow cross-compiling by generating the zic database on the target system
-* Improve NLS maintenace of libpgport messages linked onto applications
+* Improve NLS maintenance of libpgport messages linked onto applications
 * Allow ecpg to work with MSVC and BCC
 * Add xpath_array() to /contrib/xml2 to return results as an array
 * Allow building in directories containing spaces
@@ -1158,7 +1158,7 @@ Source Code
   spaces and then copy the install to a directory with spaces.
 
 * Fix sgmltools so PDFs can be generated with bookmarks
-* %Clean up compiler warnings (especially with gcc version 4)
+* -%Clean up compiler warnings (especially with gcc version 4)
 * Use UTF8 encoding for NLS messages so all server encodings can
   read them properly
 * Update Bonjour to work with newer cross-platform SDK
-- 
GitLab