File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -657,6 +657,11 @@ SQL Commands
657
657
created inside the same transaction block as the COPY because
658
658
no other backends can see the table.
659
659
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
+
660
665
661
666
* GRANT/REVOKE
662
667
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
579
579
currently allowed. This currently is done if the table is
580
580
created inside the same transaction block as the COPY because
581
581
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 >
582
586
</ p >
583
587
</ li > </ ul >
584
588
</ li > < li > GRANT/REVOKE
You can’t perform that action at this time.
0 commit comments