PostgreSQL TODO List
====================
-Last updated: Tue Jan 31 19:03:09 EST 2006
+Last updated: Tue Jan 31 19:07:26 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Allow the count returned by SELECT, etc to be to represent as an int64
to allow a higher range of values
* Make CLUSTER preserve recently-dead tuples per MVCC requirements
+* Add SQL99 WITH clause to SELECT
+* Add SQL99 WITH RECURSIVE to SELECT
* CREATE
Exotic Features
===============
-* Add SQL99 WITH clause to SELECT
-* Add SQL99 WITH RECURSIVE to SELECT
* Add pre-parsing phase that converts non-ISO syntax to supported
syntax
-Last updated: Tue Jan 31 19:03:09 EST 2006
+Last updated: Tue Jan 31 19:07:26 EST 2006
The most recent version of this document can be viewed at
Allow the count returned by SELECT, etc to be to represent as an int64
to allow a higher range of values
Make CLUSTER preserve recently-dead tuples per MVCC requirements
+
Add SQL99 WITH clause to SELECT
+
Add SQL99 WITH RECURSIVE to SELECT
CREATE
Allow CREATE TABLE AS to determine column lengths for complex
-
Add SQL99 WITH clause to SELECT
-
Add SQL99 WITH RECURSIVE to SELECT
-
Add pre-parsing phase that converts non-ISO syntax to supported
+
Add pre-parsing phase that converts non-ISO syntax to supported
syntax
This could allow SQL written for other databases to run without
modification.