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 2808:23:58 EDT 2006
11+ Last updated: Fri Jul 2815: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