From 5bb9c25904bb6fb087fc9bee4b2af3bf86a8d477 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 31 Aug 2006 00:34:34 +0000 Subject: [PATCH] Done: < Last updated: Tue Aug 29 12:21:52 EDT 2006 > Last updated: Wed Aug 30 20:34:28 EDT 2006 < o Allow COPY (SELECT ...) TO 'filename' < < COPY should also be able to output views using COPY (SELECT < * FROM view) TO 'filename' internally. < http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php > o -Allow COPY (SELECT ...) TO 'filename' --- doc/TODO | 10 ++----- doc/src/FAQ/TODO.html | 65 +++++++++++++++++++++---------------------- 2 files changed, 34 insertions(+), 41 deletions(-) diff --git a/doc/TODO b/doc/TODO index 954792e405..7c51836407 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,8 +1,8 @@ - +c PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Aug 29 12:21:52 EDT 2006 +Last updated: Wed Aug 30 20:34:28 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -612,11 +612,7 @@ SQL Commands the table at the same time, which is something that is currently allowed. - o Allow COPY (SELECT ...) TO 'filename' - - COPY should also be able to output views using COPY (SELECT - * FROM view) TO 'filename' internally. - http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php + o -Allow COPY (SELECT ...) TO 'filename' * GRANT/REVOKE diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 53adcea4d2..56bfc18680 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -2,14 +2,16 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -PostgreSQL TODO List +c -

PostgreSQL TODO List

-

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Aug 29 12:21:52 EDT 2006 -

+

c
+PostgreSQL TODO List +


+Current maintainer: Bruce Momjian (bruce@momjian.us)
+Last updated: Wed Aug 30 20:34:28 EDT 2006 +

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.

@@ -22,7 +24,7 @@ Last updated: Tue Aug 29 12:21:52 EDT 2006 you would like to work on an item, please read the Developer's FAQ
first.

-

Administration

+

Administration

-

Monitoring

+

Monitoring

-

Data Types

+

Data Types

-

Functions

+

Functions

-

Multi-Language Support

+

Multi-Language Support

-

Views / Rules

+

Views / Rules

-

SQL Commands

+

SQL Commands

  • GRANT/REVOKE
  • -

    Clients

    +

    Clients

    -

    Triggers

    +

    Triggers

    -

    Dependency Checking

    +

    Dependency Checking

    -

    Exotic Features

    +

    Exotic Features

    -

    Indexes

    +

    Indexes

    -

    Fsync

    +

    Fsync

    -

    Cache Usage

    +

    Cache Usage

    -

    Vacuum

    +

    Vacuum

    -

    Locking

    +

    Locking

    -

    Startup Time Improvements

    +

    Startup Time Improvements

    -

    Write-Ahead Log

    +

    Write-Ahead Log

    -

    Optimizer / Executor

    +

    Optimizer / Executor

    -

    Miscellaneous Performance

    +

    Miscellaneous Performance

    -

    Source Code

    +

    Source Code

    -

    Features We Do _Not_ Want

    +

    Features We Do _Not_ Want


    -

    Developers who have claimed items are:

    +

    Developers who have claimed items are: