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
This commit is contained in:
parent
e6917b1255
commit
f33d3bc0bf
14
doc/TODO
14
doc/TODO
@ -328,10 +328,10 @@ Multi-Language Support
|
|||||||
Views / Rules
|
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
|
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
|
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
|
||||||
* Allow NOTIFY in rules involving conditionals
|
* Allow NOTIFY in rules involving conditionals
|
||||||
@ -359,8 +359,8 @@ SQL Commands
|
|||||||
called, and the table is locked in exclusive mode.
|
called, and the table is locked in exclusive mode.
|
||||||
|
|
||||||
* Allow PREPARE of cursors
|
* Allow PREPARE of cursors
|
||||||
* Allow PREPARE to automatically determine parameter types based on the SQL
|
* -Allow PREPARE to automatically determine parameter types based on the SQL
|
||||||
statement
|
statement (Neil)
|
||||||
* Allow finer control over the caching of prepared query plans
|
* Allow finer control over the caching of prepared query plans
|
||||||
|
|
||||||
Currently, queries prepared via the libpq API are planned on first
|
Currently, queries prepared via the libpq API are planned on first
|
||||||
@ -437,7 +437,7 @@ SQL Commands
|
|||||||
expressions like SELECT col1 || col2
|
expressions like SELECT col1 || col2
|
||||||
o Use more reliable method for CREATE DATABASE to get a consistent
|
o Use more reliable method for CREATE DATABASE to get a consistent
|
||||||
copy of db?
|
copy of db?
|
||||||
o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
|
o -Add ON COMMIT capability to CREATE TABLE AS ... SELECT
|
||||||
|
|
||||||
|
|
||||||
* UPDATE
|
* UPDATE
|
||||||
@ -1142,7 +1142,7 @@ Source Code
|
|||||||
* %Promote debug_query_string into a server-side function current_query()
|
* %Promote debug_query_string into a server-side function current_query()
|
||||||
* %Allow the identifier length to be increased via a configure option
|
* %Allow the identifier length to be increased via a configure option
|
||||||
* Allow cross-compiling by generating the zic database on the target system
|
* 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
|
* Allow ecpg to work with MSVC and BCC
|
||||||
* Add xpath_array() to /contrib/xml2 to return results as an array
|
* Add xpath_array() to /contrib/xml2 to return results as an array
|
||||||
* Allow building in directories containing spaces
|
* Allow building in directories containing spaces
|
||||||
@ -1158,7 +1158,7 @@ Source Code
|
|||||||
spaces and then copy the install to a directory with spaces.
|
spaces and then copy the install to a directory with spaces.
|
||||||
|
|
||||||
* Fix sgmltools so PDFs can be generated with bookmarks
|
* 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
|
* Use UTF8 encoding for NLS messages so all server encodings can
|
||||||
read them properly
|
read them properly
|
||||||
* Update Bonjour to work with newer cross-platform SDK
|
* Update Bonjour to work with newer cross-platform SDK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user