Skip to content

Commit 53c5eda

Browse files
committed
Add:
> * Add floor(float8) and other missing functions
1 parent aab47ba commit 53c5eda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/TODO

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Oct 3 15:32:30 EDT 2002
3+
Last updated: Thu Oct 3 22:28:32 EDT 2002
44

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

@@ -88,6 +88,7 @@ Data Types
8888
* Allow INET subnet tests using non-constants
8989
* -Allow bytea to handle LIKE with non-TEXT patterns
9090
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
91+
* Add floor(float8) and other missing functions
9192

9293
* CONVERSION
9394
o -Store binary-compatible type information in the system
@@ -271,6 +272,7 @@ Commands
271272
o Add table function support to pltcl, plperl, plpython
272273
o Make PL/PgSQL %TYPE schema-aware
273274

275+
274276
Clients
275277
=======
276278

@@ -467,6 +469,7 @@ Optimizer / Executor
467469
* Use CHECK constraints to improve optimizer decisions
468470
* Check GUC geqo_threshold to see if it is still accurate
469471

472+
470473
Miscellaneous
471474
=============
472475

0 commit comments

Comments
 (0)