|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated:Mon Jan29 16:19:26 EST 2007 |
| 11 | +Last updated:Tue Jan30 17:50:14 EST 2007 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -268,6 +268,8 @@ <h1><a name="section_4">Data Types</a></h1>
|
268 | 268 | coercion can be performed on empty array expressions
|
269 | 269 | </li><li>Add support for arrays of domains
|
270 | 270 | </li><li>Add support for arrays of complex types
|
| 271 | +</li><li>ARRAY[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?[1,2">[1,2</a>],[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?3,4">3,4</a>]])[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?1">1</a>] should return the same values as |
| 272 | + ARRAY[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?[1,2">[1,2</a>],[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?3,4">3,4</a>]])[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?1:1">1:1</a>]; |
271 | 273 | </li></ul>
|
272 | 274 | </li><li>Binary Data
|
273 | 275 | <ul>
|
|