|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed May 1616:18:15 EDT 2001 |
| 3 | +Last updated:Wed May 1620:08:28 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
27 | 27 | MISC |
28 | 28 |
|
29 | 29 | * Plpgsql does not handle quoted mixed-case identifiers |
30 | | -* SELECT cash_out(1) causes crash |
31 | 30 |
|
32 | 31 | ENHANCEMENTS |
33 | 32 | ------------ |
@@ -84,7 +83,6 @@ MULTILANGUAGE SUPPORT |
84 | 83 |
|
85 | 84 | * Add nchar (as distinguished from ordinary varchar), |
86 | 85 | * Allow LOCALE on a per-column basis, default to ASCII |
87 | | -* Add SHOW command to see locale |
88 | 86 | * Support multiple simultaneous character sets, per SQL92 |
89 | 87 | * Reject character sequences those are not valid in their charset |
90 | 88 | * Make functions more multi-byte aware, i.e. trim() |
@@ -175,6 +173,7 @@ COMMANDS |
175 | 173 | * Remove SET KSQO option now that OR processing is improved (Tom) |
176 | 174 | * Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM |
177 | 175 | ANALYZE, and CLUSTER |
| 176 | +* Add SHOW command to see locale |
178 | 177 | * Change LIMIT val,val to offset,limit to match MySQL |
179 | 178 | * Allow Pl/PgSQL's RAISE function to take expressions |
180 | 179 |
|
@@ -305,6 +304,7 @@ SOURCE CODE |
305 | 304 | * Allow ps status display to work on Solaris/SVr4-based systems |
306 | 305 | * Decide on spelling of indexes/indices |
307 | 306 | * Add mention of VACUUM, log rotation to Administrator's Guide |
| 307 | +* Use BlockNumber rather than int where appropriate |
308 | 308 |
|
309 | 309 | --------------------------------------------------------------------------- |
310 | 310 |
|
|