Skip to content

Commit 40941c5

Browse files
committed
Add item, make text search section:
o Consider changing error to warning for strings larger than one megabyte http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php http://archives.postgresql.org/pgsql-patches/2008-03/msg00062.php
1 parent 0f5651a commit 40941c5

File tree

2 files changed

+42
-25
lines changed

2 files changed

+42
-25
lines changed

doc/TODO

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue May 6 12:14:21 EDT 2008
4+
Last updated: Wed May 7 00:12:12 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -230,19 +230,6 @@ Data Types
230230

231231
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01214.php
232232

233-
* Allow text search dictionary to filter out only stop words
234-
235-
http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php
236-
237-
* Consider a function-based API for '@@' full text searches
238-
239-
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php
240-
241-
* Improve text search error messages
242-
243-
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php
244-
http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php
245-
246233
* Consider a special data type for regular expressions
247234

248235
http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php
@@ -384,6 +371,28 @@ Data Types
384371
restore to a system with a different locale
385372
* Allow MONEY to be easily cast to/from other numeric data types
386373

374+
* Text Search
375+
376+
o Allow dictionary to filter out only stop words
377+
378+
http://archives.postgresql.org/pgsql-patches/2007-11/msg00081.php
379+
380+
o Consider a function-based API for '@@' searches
381+
382+
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php
383+
384+
o Improve text search error messages
385+
386+
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php
387+
http://archives.postgresql.org/pgsql-hackers/2007-11/msg01146.php
388+
389+
o Consider changing error to warning for strings larger than one
390+
megabyte
391+
392+
http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php
393+
http://archives.postgresql.org/pgsql-patches/2008-03/msg00062.php
394+
395+
387396

388397
Functions
389398
=========

doc/src/FAQ/TODO.html

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
204204
</p>
205205
</li><li>Allow the UUID type to accept non-standard formats
206206
<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>
217207
</p>
218208
</li><li>Consider a special data type for regular expressions
219209
<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>
340330
restore to a system with a different locale
341331
</li><li>Allow MONEY to be easily cast to/from other numeric data types
342332
</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>
343351
</li></ul>
344352
</li></ul>
345353
<h1><a name="section_4">Functions</a></h1>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy