|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Feb 1800:15:49 EST 2003 |
| 3 | +Last updated:Tue Feb 1820:30:27 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -142,7 +142,7 @@ Indexes
|
142 | 142 | * Use index to restrict rows returned by multi-key index when used with
|
143 | 143 | non-consecutive keys or OR clauses, so fewer heap accesses
|
144 | 144 | * Be smarter about insertion of already-ordered data into btree index
|
145 |
| -* Prevent index uniqueness checks when UPDATE does notmodifying column |
| 145 | +* Prevent index uniqueness checks when UPDATE does notmodify the column |
146 | 146 | * Use bitmaps to fetch heap pages in sequential order [performance]
|
147 | 147 | * Use bitmaps to combine existing indexes [performance]
|
148 | 148 | * Improve handling of index scans for NULL
|
@@ -232,7 +232,7 @@ Commands
|
232 | 232 | o Allow array declarations and other data types in PL/PgSQL DECLARE
|
233 | 233 | o Add PL/PgSQL PROCEDURES that can return multiple values
|
234 | 234 | o Add table function support to pltcl, plperl, plpython
|
235 |
| -o Make PL/PgSQL %TYPE schema-aware |
| 235 | +o-Make PL/PgSQL %TYPE schema-aware |
236 | 236 | o Allow PL/PgSQL to support array element assignment
|
237 | 237 |
|
238 | 238 |
|
|