File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu Oct 3 15:32:30 EDT 2002
3
+ Last updated: Thu Oct 3 22:28:32 EDT 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -88,6 +88,7 @@ Data Types
88
88
* Allow INET subnet tests using non-constants
89
89
* -Allow bytea to handle LIKE with non-TEXT patterns
90
90
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
91
+ * Add floor(float8) and other missing functions
91
92
92
93
* CONVERSION
93
94
o -Store binary-compatible type information in the system
@@ -271,6 +272,7 @@ Commands
271
272
o Add table function support to pltcl, plperl, plpython
272
273
o Make PL/PgSQL %TYPE schema-aware
273
274
275
+
274
276
Clients
275
277
=======
276
278
@@ -467,6 +469,7 @@ Optimizer / Executor
467
469
* Use CHECK constraints to improve optimizer decisions
468
470
* Check GUC geqo_threshold to see if it is still accurate
469
471
472
+
470
473
Miscellaneous
471
474
=============
472
475
You can’t perform that action at this time.
0 commit comments