From: Bruce Momjian Date: Tue, 3 Dec 2002 17:38:34 +0000 (+0000) Subject: Updated: X-Git-Tag: REL7_4_BETA1~1448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31504cc83b82616bb12a23905ce33a0adf7d80b7;p=postgresql Updated: < * Add sql3 recursive unions > * Add SQL99 WITH clause to SELECT > * Add SQL99 WITH RECURSIVE to SELECT --- diff --git a/doc/TODO b/doc/TODO index 798e187221..2fd4a4e871 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