diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-20 01:57:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-20 01:57:11 +0000 |
commit | 1c14db5a77a95e6f1a9d08428acf163db566214b (patch) | |
tree | 6d12385a62e1710bfda95901c4b392da93853545 | |
parent | 91728fa26cabac4b34055ab8e23d0751f0b16753 (diff) | |
download | postgresql-1c14db5a77a95e6f1a9d08428acf163db566214b.tar.gz postgresql-1c14db5a77a95e6f1a9d08428acf163db566214b.zip |
Done:
> * -Allow the size of the buffer cache used by temporary objects to be
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Mar 16 23:42:00 EST 2005 +Last updated: Sat Mar 19 20:57:13 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -705,7 +705,7 @@ Cache o Query execute plan o Query results -* Allow the size of the buffer cache used by temporary objects to be +* -Allow the size of the buffer cache used by temporary objects to be specified as a GUC variable Larger local buffer cache sizes requires more efficient handling of |