1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Move items:

> * Add SQL99 WITH clause to SELECT
> * Add SQL99 WITH RECURSIVE to SELECT
< * Add SQL99 WITH clause to SELECT
< * Add SQL99 WITH RECURSIVE to SELECT
This commit is contained in:
Bruce Momjian
2006-02-01 00:07:26 +00:00
parent 5eb29fea25
commit c6ef3264be
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
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.
@@ -415,6 +415,8 @@ SQL Commands
* 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
@@ -746,8 +748,6 @@ Dependency Checking
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