From: Bruce Momjian Date: Sat, 2 Sep 2006 20:31:50 +0000 (+0000) Subject: Update: X-Git-Tag: REL9_0_0~7168 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9e522d0816a93c6b574109b9b5251371ff6bcd64;p=pg-rex%2Fsyncrep.git Update: < Last updated: Sat Sep 2 08:31:04 EDT 2006 > Last updated: Sat Sep 2 16:31:46 EDT 2006 < o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple < columns > o -Allow UPDATE tab SET ROW (col, ...) = (val, ...) for updating > multiple columns > o Allow UPDATE tab SET ROW (col, ...) = (SELECT...) < A subselect can also be used as the value source. --- diff --git a/doc/TODO b/doc/TODO index ab6e4d76ec..4ecae93cb9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,8 +1,8 @@ -c + PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Sep 2 08:31:04 EDT 2006 +Last updated: Sat Sep 2 16:31:46 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -543,10 +543,10 @@ SQL Commands * UPDATE o -Allow an alias to be provided for the target table in UPDATE/DELETE (Neil) - o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple - columns + o -Allow UPDATE tab SET ROW (col, ...) = (val, ...) for updating + multiple columns + o Allow UPDATE tab SET ROW (col, ...) = (SELECT...) - A subselect can also be used as the value source. http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index cbe6780e0a..53c70179d4 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -2,16 +2,14 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -c +PostgreSQL TODO List -

c
-PostgreSQL TODO List -


-Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Sep 2 08:31:04 EDT 2006 - +

PostgreSQL TODO List

+

Current maintainer: Bruce Momjian (bruce@momjian.us)
+Last updated: Sat Sep 2 16:31:46 EDT 2006 +

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.

@@ -24,7 +22,7 @@ Last updated: Sat Sep 2 08:31:04 EDT 2006 you would like to work on an item, please read the Developer's FAQ
first.

-

Administration

+

Administration

-

Monitoring

+

Monitoring

-

Data Types

+

Data Types

-

Functions

+

Functions

-

Multi-Language Support

+

Multi-Language Support

-

Views / Rules

+

Views / Rules

-

SQL Commands

+

SQL Commands

-

Clients

+

Clients

-

Triggers

+

Triggers

-

Dependency Checking

+

Dependency Checking

-

Exotic Features

+

Exotic Features

-

Indexes

+

Indexes

-

Fsync

+

Fsync

-

Cache Usage

+

Cache Usage

-

Vacuum

+

Vacuum

-

Locking

+

Locking

-

Startup Time Improvements

+

Startup Time Improvements

-

Write-Ahead Log

+

Write-Ahead Log

-

Optimizer / Executor

+

Optimizer / Executor

-

Miscellaneous Performance

+

Miscellaneous Performance

-

Source Code

+

Source Code

-

Features We Do _Not_ Want

+

Features We Do _Not_ Want


-

Developers who have claimed items are:

+

Developers who have claimed items are: