diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-11 04:49:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-11 04:49:01 +0000 |
commit | c0c00ac3b7dd6db1ec4e0f3d13eb447e36359f63 (patch) | |
tree | 3a0bae7f35d30d4b1db578dcf95a1d3023a2b2c9 | |
parent | 7b35db062017ae9bab486a71976f93db5bb4477f (diff) |
Add URL item for psql -c changes:
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed Jan 10 23:48:02 EST 2007 +Last updated: Wed Jan 10 23:48:50 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -752,6 +752,8 @@ Clients o Consider parsing the -c string into individual queries so each is run in its own transaction + http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php + * pg_dump diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1e635d296e7..42b23e22672 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: Wed Jan 10 23:48:02 EST 2007 +Last updated: Wed Jan 10 23:48:50 EST 2007 </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>. @@ -680,6 +680,8 @@ first. </p> </li><li>Consider parsing the -c string into individual queries so each is run in its own transaction +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php</a> +</p> </li></ul> </li><li>pg_dump <ul> |