PostgreSQL TODO List
====================
-Last updated: Wed Aug 24 12:49:34 EDT 2005
+Last updated: Wed Aug 24 13:56:13 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
most date-related parameters to to_char() are meaningless for
intervals because interval is not anchored to a date.
+* Add sleep() function, remove from regress.c
+
Multi-Language Support
======================
o Add MOVE to PL/pgSQL
o Pass arrays natively instead of as text between plperl and postgres
o Add support for polymorphic arguments and return types to plperl
- o Add sleep() to PL/PgSQL
Clients
-Last updated: Wed Aug 24 12:49:34 EDT 2005
+Last updated: Wed Aug 24 13:56:13 EDT 2005
The most recent version of this document can be viewed at
most date-related parameters to to_char() are meaningless for
intervals because interval is not anchored to a date.
+
Add sleep() function, remove from regress.c
Add MOVE to PL/pgSQL
Pass arrays natively instead of as text between plperl and postgres
Add support for polymorphic arguments and return types to plperl
-
Add sleep() to PL/PgSQL