|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Mon Jan 31 23:54:39 EST 2005 |
| 5 | +Last updated:Mon Jan 31 23:56:45 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -308,7 +308,7 @@ Commands
|
308 | 308 | ========
|
309 | 309 |
|
310 | 310 | * Add BETWEEN ASYMMETRIC/SYMMETRIC
|
311 |
| -* Change LIMIT/OFFSET to use int8 |
| 311 | +* Change LIMIT/OFFSETand FETCH/MOVEto use int8 |
312 | 312 | * Allow CREATE TABLE AS to determine column lengths for complex
|
313 | 313 | expressions like SELECT col1 || col2
|
314 | 314 | * Allow UPDATE to handle complex aggregates [update] (?)
|
|