PostgreSQL TODO List
====================
-Last updated: Tue Jan 29 11:09:18 EST 2008
+Last updated: Tue Jan 29 11:11:09 EST 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Allow plug-in modules to emulate features from other databases
* Add Oracle-style packages (Pavel)
- A package would be a schema with session-local variables,
- public/private functions, and initialization functions. It
- is also possible to implement these capabilities
- in any schema and not use a separate "packages"
- syntax at all.
+ A package would be a schema with session-local variables,
+ public/private functions, and initialization functions. It
+ is also possible to implement these capabilities
+ in any schema and not use a separate "packages"
+ syntax at all.
- http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
+ http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
* Consider allowing control of upper/lower case folding of unquoted
identifiers
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
+* Add anonymous transactions
+
+ http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php
+
+
Features We Do _Not_ Want
=========================
-Last updated: Tue Jan 29 11:09:18 EST 2008
+Last updated: Tue Jan 29 11:11:09 EST 2008
The most recent version of this document can be viewed at
Allow plug-in modules to emulate features from other databases
Add Oracle-style packages (Pavel)
-
-
A package would be a schema with session-local variables,
- public/private functions, and initialization functions. It
- is also possible to implement these capabilities
- in any schema and not use a separate "packages"
- syntax at all.
+
A package would be a schema with session-local variables,
+ public/private functions, and initialization functions. It
+ is also possible to implement these capabilities
+ in any schema and not use a separate "packages"
+ syntax at all.
-
Consider allowing control of upper/lower case folding of unquoted
+
Consider allowing control of upper/lower case folding of unquoted
identifiers
+
+
Add anonymous transactions