Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9579acb

Browse files
committed
Add:
< > * Implement SQL:2003 window functions
1 parent ad96740 commit 9579acb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Thu Aug 24 12:38:05 EDT 2006
5+
Last updated: Fri Aug 25 19:43:40 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -528,7 +528,7 @@ SQL Commands
528528
* Allow DISTINCT to work in multiple-argument aggregate calls
529529
* Add column to pg_stat_activity that shows the progress of long-running
530530
commands like CREATE INDEX and VACUUM
531-
531+
* Implement SQL:2003 window functions
532532

533533
* CREATE
534534

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Thu Aug 24 12:38:05 EDT 2006
11+
Last updated: Fri Aug 25 19:43:40 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -483,6 +483,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
483483
</li><li>Allow DISTINCT to work in multiple-argument aggregate calls
484484
</li><li>Add column to pg_stat_activity that shows the progress of long-running
485485
commands like CREATE INDEX and VACUUM
486+
</li><li>Implement SQL:2003 window functions
486487
</li><li>CREATE
487488
<ul>
488489
<li>Allow CREATE TABLE AS to determine column lengths for complex

0 commit comments

Comments
 (0)