diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-06 15:13:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-06 15:13:38 +0000 |
commit | e166574a1de23e2c49db7dc8a7a2d6e5fb2392f3 (patch) | |
tree | cb54620512da50bee7fea0287c816f6d2787d725 | |
parent | 5e3bcac1d9cc6e03c1e9b4628dc67b948d2b6c30 (diff) | |
download | postgresql-e166574a1de23e2c49db7dc8a7a2d6e5fb2392f3.tar.gz postgresql-e166574a1de23e2c49db7dc8a7a2d6e5fb2392f3.zip |
Add for ecpg:
> o Add COPY TO STDIN / STDOUT handling
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Mar 6 00:22:30 EST 2006 +Last updated: Mon Mar 6 10:13:39 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -686,6 +686,7 @@ Clients o Make SET CONNECTION thread-aware, non-standard? o Allow multidimensional arrays o Add internationalized message strings + o Add COPY TO STDIN / STDOUT handling libpq diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9d9b4bae3bd..5fa238c5ccd 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Mon Mar 6 00:22:30 EST 2006 +Last updated: Mon Mar 6 10:13:39 EST 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>. @@ -626,6 +626,7 @@ first. </li><li>Make SET CONNECTION thread-aware, non-standard? </li><li>Allow multidimensional arrays </li><li>Add internationalized message strings + </li><li>Add COPY TO STDIN / STDOUT handling </li></ul> </li></ul> <p>libpq |