diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-20 02:30:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-20 02:30:04 +0000 |
commit | 55c6f06991e6061bbd99978153ee170a7c2eff5c (patch) | |
tree | 823a844364cd7a30f7890cf1a8f2fcb579a62a08 | |
parent | f1c0071d5a69ac2fab431e9794950ef179c9b0b8 (diff) | |
download | postgresql-55c6f06991e6061bbd99978153ee170a7c2eff5c.tar.gz postgresql-55c6f06991e6061bbd99978153ee170a7c2eff5c.zip |
Add:
> o Add GUC parameter to control the maximum number of rewrite cycles
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Oct 18 22:31:00 EDT 2002 +Last updated: Sat Oct 19 22:29:58 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -254,6 +254,7 @@ Commands o Add SET SCHEMA o Allow EXPLAIN EXECUTE to see prepared plans o Allow SHOW of non-modifiable variables, like pg_controldata + o Add GUC parameter to control the maximum number of rewrite cycles * SERVER-SIDE LANGUAGES o Allow PL/PgSQL's RAISE function to take expressions |