Commit 035fbb64 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Make LENGTH() of CHAR() not count trailing spaces
>
parent 9fd239bc
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment