Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7f139b8

Browse files
committed
Update:
< o COPY FROM STDIN not implemented because not useful? > o Implement COPY FROM STDIN
1 parent 644e3fe commit 7f139b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

+2-2
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: Tue Aug 8 15:03:53 EDT 2006
5+
Last updated: Tue Aug 8 18:39:04 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -835,7 +835,7 @@ Clients
835835
o Make SET CONNECTION thread-aware, non-standard?
836836
o Allow multidimensional arrays
837837
o Add internationalized message strings
838-
o COPY FROM STDIN not implemented because not useful?
838+
o Implement COPY FROM STDIN
839839

840840

841841
* libpq

doc/src/FAQ/TODO.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Aug 8 15:03:53 EDT 2006
11+
Last updated: Tue Aug 8 18:39:04 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -757,7 +757,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
757757
</li><li>Make SET CONNECTION thread-aware, non-standard?
758758
</li><li>Allow multidimensional arrays
759759
</li><li>Add internationalized message strings
760-
</li><li>COPY FROM STDIN not implemented because not useful?
760+
</li><li>Implement COPY FROM STDIN
761761
</li></ul>
762762
</li><li>libpq
763763
<ul>

0 commit comments

Comments
 (0)