|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Nov 29 23:07:00 EST 2003 |
| 3 | +Last updated:Sat Nov 29 23:44:35 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -80,6 +80,8 @@ Data Types
|
80 | 80 | * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
|
81 | 81 | * Allow to_char to print localized month names (Karel)
|
82 | 82 | * Allow functions to have a search path specified at creation time
|
| 83 | +* Make LENGTH() of CHAR() not count trailing spaces |
| 84 | + |
83 | 85 |
|
84 | 86 |
|
85 | 87 | * ARRAYS
|
@@ -458,7 +460,7 @@ Source Code
|
458 | 460 | * Acquire lock on a relation before building a relcache entry for it
|
459 | 461 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
460 | 462 | * Add checks for fclose() failure
|
461 |
| -* 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 $ |
| 463 | +* 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 $ |
462 | 464 | * Exit postmaster if postgresql.conf can not be opened
|
463 | 465 | * Rename /scripts directory because they are all C programs now
|
464 | 466 | * Allow the regression tests to start postmaster with -i so the tests
|
|