|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Oct11 23:04:31 EDT 2000 |
| 3 | +Last updated:Thu Oct12 00:24:09 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 | +* Change foreign key constraint for array -> element to mean element |
| 91 | + in array |
91 | 92 | * Remove Money type, add money formatting for decimal type
|
92 | 93 | * Declare typein/out functions in pg_proc with a special "C string" data type
|
93 | 94 | * Add non-large-object binary field
|
@@ -152,6 +153,7 @@ CLIENTS
|
152 | 153 | * -make pg_dump dump in oid order, so dependencies are resolved (Philip)
|
153 | 154 | * allow psql \d to show primary and foreign keys
|
154 | 155 | * allow psql \d to show temporary table schema
|
| 156 | +* add XML interface capability |
155 | 157 |
|
156 | 158 | REFERENTIAL INTEGRITY
|
157 | 159 |
|
|