diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-05 04:00:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-05 04:00:26 +0000 |
commit | 82df2dd7322aabbb3e4e20a43c3f12c52d73140e (patch) | |
tree | f6b0e527cb58c165d44e1e1ae2353db8946f23e7 | |
parent | 916d8164dffedeca2318c3df70e486a63a5a01f7 (diff) | |
download | postgresql-82df2dd7322aabbb3e4e20a43c3f12c52d73140e.tar.gz postgresql-82df2dd7322aabbb3e4e20a43c3f12c52d73140e.zip |
Update:
> * Allow sorting, temp files, temp tables to use multiple work directories
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Oct 4 15:05:31 EDT 2002 +Last updated: Sat Oct 5 00:00:16 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -468,7 +468,7 @@ Optimizer / Executor * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG * Use CHECK constraints to improve optimizer decisions * Check GUC geqo_threshold to see if it is still accurate -* Allow sorting/temp files to use multiple work directories +* Allow sorting, temp files, temp tables to use multiple work directories Miscellaneous |