From: Bruce Momjian
Date: Thu, 31 Aug 2006 00:34:34 +0000 (+0000)
Subject: Done:
X-Git-Tag: REL8_2_BETA1~213
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bb9c25904bb6fb087fc9bee4b2af3bf86a8d477;p=postgresql
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'
---
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
-
-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.
-
+
- -Make postmater and postgres options distinct so the postmaster -o
@@ -150,7 +152,7 @@ first.
- Allow the PITR process to be debugged and data examined
-
+
- Allow server log information to be output as INSERT statements
@@ -161,7 +163,7 @@ first.
- -Allow server logs to be remotely read and removed using SQL commands
- -Allow protocol-level BIND parameter values to be logged, if text mode
-
+
- Improve the MONEY data type
@@ -296,7 +298,7 @@ first.
-
+
- Allow INET subnet tests using non-constants to be indexed
@@ -339,7 +341,7 @@ first.
- Add SPI_gettypmod() to return the typemod for a TupleDesc
- Allow inlining of set-returning functions
-
+
-
+
- Automatically create rules on views so they are updateable, per SQL99
@@ -386,7 +388,7 @@ first.
are added after the view is created.
-
+
GRANT/REVOKE
@@ -685,7 +682,7 @@ first.
-
+
- -Have initdb set the input DateStyle (MDY or DMY) based on locale
@@ -794,7 +791,7 @@ first.
-
+
-
+
- Flush cached query plans when the dependent objects change,
@@ -839,7 +836,7 @@ first.
invalidate its own query plan.
-
+
-
+
- Allow inherited tables to inherit index, UNIQUE constraint, and primary
@@ -933,7 +930,7 @@ first.
- Allow multi-column hash indexes
-
+
- Improve commit_delay handling to reduce fsync()
@@ -945,7 +942,7 @@ first.
- %Add an option to sync() before fsync()'ing checkpoint files
- Add program to test if fsync has a delay compared to non-fsync
-
+
-
+
- Improve speed with indexes
@@ -1057,12 +1054,12 @@ first.
- Turn on by default
-
+
- Fix priority ordering of read and write light-weight locks (Neil)
-
+
- Experiment with multi-threaded backend for backend creation [thread]
@@ -1085,7 +1082,7 @@ first.
existing backends is one of the difficulties with a backend approach.
-
+
- Eliminate need to write full pages to WAL before page modification [wal]
@@ -1149,7 +1146,7 @@ first.
of indexes on TOAST tables.
-
+
-
+
- Do async I/O for faster random read-ahead of data
@@ -1217,7 +1214,7 @@ first.
- Research storing disk pages with no alignment/padding
-
+
- Add use of 'const' for variables in source tree
@@ -1299,7 +1296,7 @@ first.
of result sets using new statement protocol
-
+
- All backends running as threads in a single process (not wanted)
@@ -1320,7 +1317,7 @@ first.
-
+