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

Commit e1992eb

Browse files
committed
Updates per Tom:
> * Allow DISTINCT to work in multiple-argument aggregate calls < o Allow UPDATE to handle complex aggregates [update]?
1 parent 1249cf8 commit e1992eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: Fri Jul 28 08:23:58 EDT 2006
5+
Last updated: Fri Jul 28 15:00:22 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -526,6 +526,7 @@ SQL Commands
526526

527527
* Add a GUC to control whether BEGIN inside a transcation should abort
528528
the transaction.
529+
* Allow DISTINCT to work in multiple-argument aggregate calls
529530

530531

531532
* CREATE
@@ -538,7 +539,6 @@ SQL Commands
538539

539540

540541
* UPDATE
541-
o Allow UPDATE to handle complex aggregates [update]?
542542
o -Allow an alias to be provided for the target table in
543543
UPDATE/DELETE (Neil)
544544
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 deletions
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: Fri Jul 28 08:23:58 EDT 2006
11+
Last updated: Fri Jul 28 15:00:22 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>.
@@ -481,6 +481,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
481481
</p>
482482
</li><li>Add a GUC to control whether BEGIN inside a transcation should abort
483483
the transaction.
484+
</li><li>Allow DISTINCT to work in multiple-argument aggregate calls
484485
</li><li>CREATE
485486
<ul>
486487
<li>Allow CREATE TABLE AS to determine column lengths for complex
@@ -491,8 +492,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
491492
</li></ul>
492493
</li><li>UPDATE
493494
<ul>
494-
<li>Allow UPDATE to handle complex aggregates [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?update">update</a>]?
495-
</li><li>-<em>Allow an alias to be provided for the target table in</em>
495+
<li>-<em>Allow an alias to be provided for the target table in</em>
496496
UPDATE/DELETE (Neil)
497497
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
498498
columns

0 commit comments

Comments
 (0)