mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add:
> * Make LENGTH() of CHAR() not count trailing spaces >
This commit is contained in:
parent
9fd239bcb4
commit
035fbb6491
6
doc/TODO
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user