aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO63
1 files changed, 32 insertions, 31 deletions
diff --git a/doc/TODO b/doc/TODO
index 0f5dfda214c..ea6cc1a808e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Sep 29 23:55:30 EDT 2006
+Last updated: Mon Oct 2 09:59:50 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -849,36 +849,6 @@ Dependency Checking
invalidate its own query plan.
-Exotic Features
-===============
-
-* Add pre-parsing phase that converts non-ISO syntax to supported
- syntax
-
- This could allow SQL written for other databases to run without
- modification.
-
-* Allow plug-in modules to emulate features from other databases
-* SQL*Net listener that makes PostgreSQL appear as an Oracle database
- to clients
-* Allow statements across databases or servers with transaction
- semantics
-
- This can be done using dblink and two-phase commit.
-
-* Add the features of packages
-
- o Make private objects accessible only to objects in the same schema
- o Allow current_schema.objname to access current schema objects
- o Add session variables
- o Allow nested schemas
-
-* Consider allowing control of upper/lower case folding of unquoted
- identifiers
-
- http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
-
-
Indexes
=======
@@ -1364,6 +1334,37 @@ Source Code
of result sets using new statement protocol
+Exotic Features
+===============
+
+* Add pre-parsing phase that converts non-ISO syntax to supported
+ syntax
+
+ This could allow SQL written for other databases to run without
+ modification.
+
+* Allow plug-in modules to emulate features from other databases
+* SQL*Net listener that makes PostgreSQL appear as an Oracle database
+ to clients
+* Allow statements across databases or servers with transaction
+ semantics
+
+ This can be done using dblink and two-phase commit.
+
+* Add the features of packages
+
+ o Make private objects accessible only to objects in the same schema
+ o Allow current_schema.objname to access current schema objects
+ o Add session variables
+ o Allow nested schemas
+
+* Consider allowing control of upper/lower case folding of unquoted
+ identifiers
+
+ http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
+
+
+
Features We Do _Not_ Want
=========================