|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Tue May 6 12:14:21 EDT 2008 |
| 11 | +Last updated: Wed May 7 00:12:12 EDT 2008 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -204,16 +204,6 @@ <h1><a name="section_3">Data Types</a></h1>
|
204 | 204 | </p>
|
205 | 205 | </li><li>Allow the UUID type to accept non-standard formats
|
206 | 206 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01214.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01214.php</a>
|
207 |
| -</p> |
208 |
| - </li><li>Allow text search dictionary to filter out only stop words |
209 |
| -<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php">http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php</a> |
210 |
| -</p> |
211 |
| - </li><li>Consider a function-based API for '@@' full text searches |
212 |
| -<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php</a> |
213 |
| -</p> |
214 |
| - </li><li>Improve text search error messages |
215 |
| -<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php</a> |
216 |
| - <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php</a> |
217 | 207 | </p>
|
218 | 208 | </li><li>Consider a special data type for regular expressions
|
219 | 209 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php</a>
|
@@ -340,6 +330,24 @@ <h1><a name="section_3">Data Types</a></h1>
|
340 | 330 | restore to a system with a different locale
|
341 | 331 | </li><li>Allow MONEY to be easily cast to/from other numeric data types
|
342 | 332 | </li></ul>
|
| 333 | + </li><li>Text Search |
| 334 | + <ul> |
| 335 | + <li>Allow dictionary to filter out only stop words |
| 336 | +<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php">http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php</a> |
| 337 | +</p> |
| 338 | + </li><li>Consider a function-based API for '@@' searches |
| 339 | +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php</a> |
| 340 | +</p> |
| 341 | + </li><li>Improve text search error messages |
| 342 | +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php</a> |
| 343 | + <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php</a> |
| 344 | +</p> |
| 345 | + </li><li>Consider changing error to warning for strings larger than one |
| 346 | + megabyte |
| 347 | +<p> <a href="http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php">http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php</a> |
| 348 | + <a href="http://archives.postgresql.org/pgsql-patches/2008-03/msg00062.php">http://archives.postgresql.org/pgsql-patches/2008-03/msg00062.php</a> |
| 349 | +</p> |
| 350 | + </li></ul> |
343 | 351 | </li></ul>
|
344 | 352 | </li></ul>
|
345 | 353 | <h1><a name="section_4">Functions</a></h1>
|
|
0 commit comments