|
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: Wed Mar 12 15:31:58 EDT 2008 |
| 11 | +Last updated: Wed Mar 12 15:41:18 EDT 2008 |
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>.
|
@@ -194,9 +194,11 @@ <h1><a name="section_3">Data Types</a></h1>
|
194 | 194 | </li><li>Allow text search dictionary to filter out only stop words
|
195 | 195 | <p><ahref="http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php">http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php</a>
|
196 | 196 | </p>
|
197 |
| -</li><li>Consider asimplified API for full text searches |
| 197 | +</li><li>Consider afunction-based API for '@@' full text searches |
198 | 198 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php</a>
|
199 |
| -<ahref="http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php</a> |
| 199 | +</p> |
| 200 | +</li><li>Consider a special data type for regular expressions |
| 201 | +<p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php</a> |
200 | 202 | </p>
|
201 | 203 | </li><li>Dates and Times
|
202 | 204 | <ul>
|
|