diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-02-12 16:05:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-02-12 16:05:15 +0000 |
commit | 43d37a81dd1495ee37e7aa16e4887f52b81fefbb (patch) | |
tree | 059702d01534364d18de446f08b55b4808ad4cab | |
parent | fc65a3e1fd1e2bc19d2417ac07e768e7d168fff9 (diff) | |
download | postgresql-43d37a81dd1495ee37e7aa16e4887f52b81fefbb.tar.gz postgresql-43d37a81dd1495ee37e7aa16e4887f52b81fefbb.zip |
Add:
<
> * Allow substring/replace() to get/set bit values
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Feb 12 09:41:06 EST 2004 +Last updated: Thu Feb 12 11:05:09 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -29,7 +29,6 @@ Urgent * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html - Reporting ========= @@ -82,7 +81,7 @@ Data Types * Allow to_char to print localized month names (Karel) * Allow functions to have a search path specified at creation time * Make LENGTH() of CHAR() not count trailing spaces - +* Allow substring/replace() to get/set bit values * ARRAYS @@ -465,7 +464,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * -Add checks for fclose() failure (Tom) -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1199 2004/02/12 14:41:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1199 2004/02/12 14:41:13 momjian Exp $ +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/12 16:05:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/12 16:05:15 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests |