File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -526,6 +526,7 @@ SQL Commands
526
526
527
527
* Add a GUC to control whether BEGIN inside a transcation should abort
528
528
the transaction.
529
+ * Allow DISTINCT to work in multiple-argument aggregate calls
529
530
530
531
531
532
* CREATE
@@ -538,7 +539,6 @@ SQL Commands
538
539
539
540
540
541
* UPDATE
541
- o Allow UPDATE to handle complex aggregates [update]?
542
542
o -Allow an alias to be provided for the target table in
543
543
UPDATE/DELETE (Neil)
544
544
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
Original file line number Diff line number Diff line change 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 28 08:23:58 EDT 2006
11
+ Last updated: Fri Jul 28 15: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
You can’t perform that action at this time.
0 commit comments