|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Oct 1121:22:25 EDT 2000 |
| 3 | +Last updated:Wed Oct 1123:04:31 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
87 | 87 | * Allow LOCALE on a per-column basis, default to ASCII
|
88 | 88 | * Allow nulls in arrays
|
89 | 89 | * Allow arrays to be ORDER'ed
|
| 90 | +* Add foreign key constraint for arrays |
90 | 91 | * Remove Money type, add money formatting for decimal type
|
91 | 92 | * Declare typein/out functions in pg_proc with a special "C string" data type
|
92 | 93 | * Add non-large-object binary field
|
|