aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2006-02-26 01:21:57 +0000
committerNeil Conway <neilc@samurai.com>2006-02-26 01:21:57 +0000
commitf33d3bc0bfc39e4c719eaa41496f9f25e76555d6 (patch)
tree7bb97d4989f0fc3f1e2e9ef3c994a817a9b384a6
parente6917b125599722ff2d2c861a4af1291f8a4da5e (diff)
downloadpostgresql-f33d3bc0bfc39e4c719eaa41496f9f25e76555d6.tar.gz
postgresql-f33d3bc0bfc39e4c719eaa41496f9f25e76555d6.zip
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
-rw-r--r--doc/TODO14
1 files 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