From 035fbb6491ec6d15f9b3e40caf4f4ff63ae6395c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 30 Nov 2003 04:44:38 +0000 Subject: [PATCH] Add: > * Make LENGTH() of CHAR() not count trailing spaces > --- doc/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 2b4f7eb137..bbf4eb2ff2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Nov 29 23:07:00 EST 2003 +Last updated: Sat Nov 29 23:44:35 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -80,6 +80,8 @@ Data Types * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO * 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 + * ARRAYS @@ -458,7 +460,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 -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1174 2003/11/30 04:07:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1174 2003/11/30 04:07:04 momjian Exp $ +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/30 04:44:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/30 04:44:38 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