Skip to content

Commit a61fbe4

Browse files
committed
Add TODO item:
> > o Impove COPY performance > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
1 parent 82403f0 commit a61fbe4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Thu Apr 24 13:06:07 EDT 2008
4+
Last updated: Thu Apr 24 13:32:33 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -825,6 +825,10 @@ SQL Commands
825825
which generates an error when loading into an integer column
826826
http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php
827827

828+
o Impove COPY performance
829+
830+
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
831+
828832

829833

830834
* GRANT/REVOKE

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
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: Thu Apr 24 13:06:07 EDT 2008
11+
Last updated: Thu Apr 24 13:32:33 EDT 2008
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>.
@@ -716,6 +716,9 @@ <h1><a name="section_7">SQL Commands</a></h1>
716716
<p> Currently this is always treated as a zero-length string,
717717
which generates an error when loading into an integer column
718718
<a href="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00905.php</a>
719+
</p>
720+
</li><li>Impove COPY performance
721+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php</a>
719722
</p>
720723
</li></ul>
721724
</li><li>GRANT/REVOKE

0 commit comments

Comments
 (0)