diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-30 04:44:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-30 04:44:38 +0000 |
commit | 035fbb6491ec6d15f9b3e40caf4f4ff63ae6395c (patch) | |
tree | 328409f59036587b6960b0ee641c778fafc5f22e | |
parent | 9fd239bcb4b0e84823e9bf862ebb25561f5b2b8a (diff) | |
download | postgresql-035fbb6491ec6d15f9b3e40caf4f4ff63ae6395c.tar.gz postgresql-035fbb6491ec6d15f9b3e40caf4f4ff63ae6395c.zip |
Add:
> * Make LENGTH() of CHAR() not count trailing spaces
>
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |