<
> * Implement SQL:2003 window functions
PostgreSQL TODO List
====================
-Last updated: Thu Aug 24 12:38:05 EDT 2006
+Last updated: Fri Aug 25 19:43:40 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Allow DISTINCT to work in multiple-argument aggregate calls
* Add column to pg_stat_activity that shows the progress of long-running
commands like CREATE INDEX and VACUUM
-
+* Implement SQL:2003 window functions
* CREATE
-Last updated: Thu Aug 24 12:38:05 EDT 2006
+Last updated: Fri Aug 25 19:43:40 EDT 2006
The most recent version of this document can be viewed at
Allow DISTINCT to work in multiple-argument aggregate calls
Add column to pg_stat_activity that shows the progress of long-running
commands like CREATE INDEX and VACUUM
+
Implement SQL:2003 window functions
CREATE
Allow CREATE TABLE AS to determine column lengths for complex