aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-27 22:05:49 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-27 22:05:49 +0000
commit67cdc613693acddb7d696e999072e0a1b9a7b949 (patch)
tree3a8a8904202e0fe243582289b0a3c87b699eb534
parent8de82ede513afacd744817e5b281b22bc6e78e0a (diff)
downloadpostgresql-67cdc613693acddb7d696e999072e0a1b9a7b949.tar.gz
postgresql-67cdc613693acddb7d696e999072e0a1b9a7b949.zip
Add URL for UPDATE/SET for multiple values.
-rw-r--r--doc/TODO3
-rw-r--r--doc/src/FAQ/TODO.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index fe61330b6df..94ca2f49af7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Jul 27 18:01:22 EDT 2006
+Last updated: Thu Jul 27 18:05:37 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -545,6 +545,7 @@ SQL Commands
columns
A subselect can also be used as the value source.
+ http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php
* ALTER
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 03084b05e9d..20b969c5b44 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Thu Jul 27 18:01:22 EDT 2006
+Last updated: Thu Jul 27 18:05:37 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -497,6 +497,7 @@ first.
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns
<p> A subselect can also be used as the value source.
+ <a href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php</a>
</p>
</li></ul>
</li><li>ALTER