PostgreSQL TODO List
====================
-Last updated: Mon Jan 29 16:19:26 EST 2007
+Last updated: Tue Jan 30 17:50:14 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
coercion can be performed on empty array expressions
o Add support for arrays of domains
o Add support for arrays of complex types
+ o ARRAY[[1,2],[3,4]])[1] should return the same values as
+ ARRAY[[1,2],[3,4]])[1:1];
+
* Binary Data
-Last updated: Mon Jan 29 16:19:26 EST 2007
+Last updated: Tue Jan 30 17:50:14 EST 2007
The most recent version of this document can be viewed at
coercion can be performed on empty array expressions
Add support for arrays of domains
Add support for arrays of complex types
+
ARRAY[[1,2],[3,4]])[1] should return the same values as
Binary Data