File tree 2 files changed +10
-7
lines changed 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Mon Aug 21 23:40:32 EDT 2006
5
+ Last updated: Tue Aug 22 22:48:03 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -610,9 +610,10 @@ SQL Commands
610
610
the table at the same time, which is something that is
611
611
currently allowed.
612
612
613
- o Allow COPY to output from SELECT
613
+ o Allow COPY (SELECT ...) TO 'filename'
614
614
615
- COPY should also be able to output views.
615
+ COPY should also be able to output views using COPY (SELECT
616
+ * FROM view) TO 'filename' internally.
616
617
http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
617
618
618
619
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 Aug 21 23:40:32 EDT 2006
11
+ Last updated: Tue Aug 22 22:48:03 EDT 2006
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 > .
@@ -555,10 +555,12 @@ <h1><a name="section_8">SQL Commands</a></h1>
555
555
the table at the same time, which is something that is
556
556
currently allowed.
557
557
</ p >
558
- </ li > < li > Allow COPY to output from SELECT
559
- < p > COPY should also be able to output views.
558
+ </ li > < li > Allow COPY (SELECT ...) TO 'filename'
559
+ < p > COPY should also be able to output views using COPY (SELECT
560
+ </ p > < ul >
561
+ < li > FROM view) TO 'filename' internally.
560
562
< a href ="http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php "> http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php</ a >
561
- </ p >
563
+ </ li > </ ul >
562
564
</ li > </ ul >
563
565
</ li > < li > GRANT/REVOKE
564
566
< ul >
You can’t perform that action at this time.
0 commit comments