diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-04 02:28:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-04 02:28:42 +0000 |
commit | 53c5edace83616d34e5025841c22b2106aa1aaf0 (patch) | |
tree | 387ba400db69eb4ad365c3c7c72180628f70b459 | |
parent | aab47baf6c0d818f550abd59d43003be3602e741 (diff) |
Add:
> * Add floor(float8) and other missing functions
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 3 15:32:30 EDT 2002 +Last updated: Thu Oct 3 22:28:32 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -88,6 +88,7 @@ Data Types * Allow INET subnet tests using non-constants * -Allow bytea to handle LIKE with non-TEXT patterns * -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel) +* Add floor(float8) and other missing functions * CONVERSION o -Store binary-compatible type information in the system @@ -271,6 +272,7 @@ Commands o Add table function support to pltcl, plperl, plpython o Make PL/PgSQL %TYPE schema-aware + Clients ======= @@ -467,6 +469,7 @@ Optimizer / Executor * Use CHECK constraints to improve optimizer decisions * Check GUC geqo_threshold to see if it is still accurate + Miscellaneous ============= |