summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-12-03 17:38:34 +0000
committerBruce Momjian2002-12-03 17:38:34 +0000
commit31504cc83b82616bb12a23905ce33a0adf7d80b7 (patch)
tree89ee7281668030f1e1dabd4900f5919aa3d12a84
parent565dcdf77ff07b06fdf2b7c28d91c4dc87cbf44d (diff)
Updated:
< * Add sql3 recursive unions > * Add SQL99 WITH clause to SELECT > * Add SQL99 WITH RECURSIVE to SELECT
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 798e1872212..2fd4a4e8711 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Dec 2 00:42:30 EST 2002
+Last updated: Tue Dec 3 12:38:29 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -295,7 +295,8 @@ Transactions
Exotic Features
===============
-* Add sql3 recursive unions
+* Add SQL99 WITH clause to SELECT
+* Add SQL99 WITH RECURSIVE to SELECT
* Add the concept of dataspaces/tablespaces [tablespaces]
* Allow queries across multiple databases [crossdb]
* Add pre-parsing phase that converts non-ANSI features to supported features