Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b5eaef

Browse files
committed
Added to TODO:
> * Improve text search error messages > > http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php > > > * Fix /contrib/ltree operator > > http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
1 parent 5db762e commit 0b5eaef

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/TODO

Lines changed: 9 additions & 1 deletion
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: Mon Mar 17 17:49:07 EDT 2008
4+
Last updated: Mon Mar 17 18:34: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,6 +230,10 @@ Data Types
230230

231231
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php
232232

233+
* Improve text search error messages
234+
235+
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php
236+
233237
* Consider a special data type for regular expressions
234238

235239
http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php
@@ -431,6 +435,10 @@ Functions
431435
The standards specify array_agg() and UNNEST.
432436
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php
433437

438+
* Fix /contrib/ltree operator
439+
440+
http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
441+
434442

435443

436444
Multi-Language Support

doc/src/FAQ/TODO.html

Lines changed: 7 additions & 1 deletion
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: Mon Mar 17 17:49:07 EDT 2008
11+
Last updated: Mon Mar 17 18:34: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,6 +204,9 @@ <h1><a name="section_3">Data Types</a></h1>
204204
</p>
205205
</li><li>Consider a function-based API for '@@' full text searches
206206
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php</a>
207+
</p>
208+
</li><li>Improve text search error messages
209+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php</a>
207210
</p>
208211
</li><li>Consider a special data type for regular expressions
209212
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php</a>
@@ -381,6 +384,9 @@ <h1><a name="section_4">Functions</a></h1>
381384
</li><li>Add array_accum() and array_to_set() functions for arrays
382385
<p> The standards specify array_agg() and UNNEST.
383386
<a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php</a>
387+
</p>
388+
</li><li>Fix /contrib/ltree operator
389+
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php">http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php</a>
384390
</p>
385391
</li></ul>
386392
<h1><a name="section_5">Multi-Language Support</a></h1>

0 commit comments

Comments
 (0)