Skip to content

Commit ca47019

Browse files
committed
1 parent 1740510 commit ca47019

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 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: Mon Mar 3 14:03:40 EST 2008
4+
Last updated: Mon Mar 3 16:00:28 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -657,6 +657,11 @@ SQL Commands
657657
created inside the same transaction block as the COPY because
658658
no other backends can see the table.
659659

660+
o Consider using a ring buffer for COPY FROM
661+
662+
http://archives.postgresql.org/pgsql-patches/2008-02/msg00140.php
663+
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01080.php
664+
660665

661666
* GRANT/REVOKE
662667

doc/src/FAQ/TODO.html

Lines changed: 5 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: Mon Mar 3 14:03:40 EST 2008
11+
Last updated: Mon Mar 3 16:00:28 EST 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>.
@@ -579,6 +579,10 @@ <h1><a name="section_7">SQL Commands</a></h1>
579579
currently allowed. This currently is done if the table is
580580
created inside the same transaction block as the COPY because
581581
no other backends can see the table.
582+
</p>
583+
</li><li>Consider using a ring buffer for COPY FROM
584+
<p> <a href="http://archives.postgresql.org/pgsql-patches/2008-02/msg00140.php">http://archives.postgresql.org/pgsql-patches/2008-02/msg00140.php</a>
585+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01080.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01080.php</a>
582586
</p>
583587
</li></ul>
584588
</li><li>GRANT/REVOKE

0 commit comments

Comments
 (0)