Skip to content

Commit 81ece92

Browse files
committed
Done:
* -Allow LIMIT/OFFSET to use expressions (Tom)
1 parent 9132506 commit 81ece92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Jul 19 23:12:45 EDT 2003
3+
Last updated: Sun Jul 20 15:22:00 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -163,7 +163,7 @@ Commands
163163
========
164164

165165
* Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
166-
* Allow LIMIT/OFFSET to use expressions
166+
* -Allow LIMIT/OFFSET to use expressions (Tom)
167167
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
168168
* Allow UPDATE to handle complex aggregates [update]
169169
* Allow command blocks to ignore certain types of errors
@@ -464,7 +464,7 @@ Source Code
464464
* Acquire lock on a relation before building a relcache entry for it
465465
* Research interaction of setitimer() and sleep() used by statement_timeout
466466
* Add checks for fclose() failure
467-
* Change CVS $Id: TODO,v 1.1090 2003/07/20 03:12:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1090 2003/07/20 03:12:13 momjian Exp $
467+
* Change CVS $Id: TODO,v 1.1091 2003/07/20 19:21:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1091 2003/07/20 19:21:41 momjian Exp $
468468
* Exit postmaster if postgresql.conf can not be opened
469469
* Rename /scripts directory because they are all C programs now
470470
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)