1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian 1999-09-28 02:57:55 +00:00
parent a55888ec9c
commit bc0595f27f

View File

@ -110,6 +110,7 @@ TYPES
* Allow LOCALE on a per-column basis, default to ASCII * Allow LOCALE on a per-column basis, default to ASCII
* Allow array on int8[] * Allow array on int8[]
* Allow nulls in arrays * Allow nulls in arrays
* Allow arrays to be ORDER'ed
* Remove Money type, add money formatting for decimal type * Remove Money type, add money formatting for decimal type
* Declare typein/out functions in pg_proc with a special "C string" data type * Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field * Add non-large-object binary field