Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1992eb

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

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 2808:23:58 EDT 2006
5+
Last updated:Fri Jul 2815: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
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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
<ahref="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 [<ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp