mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Done:
* -Allow LIMIT/OFFSET to use expressions (Tom)
This commit is contained in:
parent
9132506477
commit
81ece923d6
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Jul 19 23:12:45 EDT 2003
|
Last updated: Sun Jul 20 15:22:00 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ Commands
|
|||||||
========
|
========
|
||||||
|
|
||||||
* Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
|
* Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
|
||||||
* Allow LIMIT/OFFSET to use expressions
|
* -Allow LIMIT/OFFSET to use expressions (Tom)
|
||||||
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
||||||
* Allow UPDATE to handle complex aggregates [update]
|
* Allow UPDATE to handle complex aggregates [update]
|
||||||
* Allow command blocks to ignore certain types of errors
|
* Allow command blocks to ignore certain types of errors
|
||||||
@ -464,7 +464,7 @@ Source Code
|
|||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* 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 $
|
* 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 $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
Loading…
Reference in New Issue
Block a user