From 43d37a81dd1495ee37e7aa16e4887f52b81fefbb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 12 Feb 2004 16:05:15 +0000 Subject: [PATCH] Add: < > * Allow substring/replace() to get/set bit values --- doc/TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index a58cc0bd64..1aba27c563 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 -- 2.11.0