diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-09 04:20:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-09 04:20:22 +0000 |
commit | 62cc8bf7c41fa6871322026bed8b6dc7fa156781 (patch) | |
tree | 0d0b7ddc8ce4120c0e10b01240d1203a9220e2b7 | |
parent | 296efd806576392c50fa8ce32f56b5b36f2227e8 (diff) | |
download | postgresql-62cc8bf7c41fa6871322026bed8b6dc7fa156781.tar.gz postgresql-62cc8bf7c41fa6871322026bed8b6dc7fa156781.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,7 @@ COMMANDS * Rewrite the LIKE handling by rewriting the user string with the supplied ESCAPE * Move LIKE index optimization handling to the optimizer -* Allow RULE recomplation +* Allow RULE recompilation CLIENTS @@ -171,7 +171,7 @@ MISC * Overhaul bufmgr/lockmgr/transaction manager * Add PL/Perl(Mark Hollomon) * Make postgres user have a password by default - +* Add configure test to check for C++ need for *.h and namespaces PERFORMANCE ----------- |