aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-23 00:36:14 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-23 00:36:14 +0000
commit4201ba24597814e663158617bb5056d7e71720ac (patch)
treed26a748bbde10de2b060d6bb19339fbfdf03a8f4
parentcad86e253b6d6e08d2d59dc8b7206c11d0c21afb (diff)
downloadpostgresql-4201ba24597814e663158617bb5056d7e71720ac.tar.gz
postgresql-4201ba24597814e663158617bb5056d7e71720ac.zip
Remove:
< < o Prevent conflicting SET options from being set < < This requires a checking function to be called after the server < configuration file is read.
-rw-r--r--doc/TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index 2b3cb289505..37313653c9e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Mar 19 20:57:13 EST 2005
+Last updated: Tue Mar 22 19:36:14 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -480,11 +480,6 @@ Commands
This is basically the same as SET search_path.
- o Prevent conflicting SET options from being set
-
- This requires a checking function to be called after the server
- configuration file is read.
-
* SERVER-SIDE LANGUAGES
o Allow PL/PgSQL's RAISE function to take expressions (?)