8
8
< body bgcolor ="#FFFFFF "text ="#000000 "link ="#FF0000 "vlink ="#A00000 "alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Fri Jul 2808:23:58 EDT 2006
11
+ Last updated: Fri Jul 2815:00:22 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
481
481
</ p >
482
482
</ li > < li > Add a GUC to control whether BEGIN inside a transcation should abort
483
483
the transaction.
484
+ </ li > < li > Allow DISTINCT to work in multiple-argument aggregate calls
484
485
</ li > < li > CREATE
485
486
< ul >
486
487
< li > Allow CREATE TABLE AS to determine column lengths for complex
@@ -491,8 +492,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
491
492
</ li > </ ul >
492
493
</ li > < li > UPDATE
493
494
< 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 >
496
496
UPDATE/DELETE (Neil)
497
497
</ li > < li > Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
498
498
columns