|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Oct19 10:58:57 EDT 2001 |
| 3 | +Last updated:Mon Oct22 22:51:18 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -155,7 +155,7 @@ COMMANDS
|
155 | 155 | * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
|
156 | 156 | * Allow RULE recompilation
|
157 | 157 | * Add BETWEEN ASYMMETRIC/SYMMETRIC
|
158 |
| -*-Change LIMITval,val to offset,limit to match MySQL (Bruce) |
| 158 | +*Remove LIMIT#,# and force use LIMIT and OFFSET clauses for 7.3 (Bruce) |
159 | 159 | * Allow LIMIT/OFFSET to use expressions
|
160 | 160 | * Allow PL/PgSQL's RAISE function to take expressions
|
161 | 161 | * Change PL/PgSQL to use palloc() instead of malloc()
|
|