summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian2007-09-26 08:47:43 +0000
committerBruce Momjian2007-09-26 08:47:43 +0000
commit10e1b9df5c9cbd823c70ad397a7bd15ce460e0ac (patch)
tree35bfe6d4887e922479856fcff3716657b08c7599 /doc
parent1b57b8bfdcce805d00ffe4aef87f91521c03ca9b (diff)
Add:
> * Implement Boyer-Moore searching in strpos() > > http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8be1609e274..a92953c91ae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Sep 20 14:53:32 EDT 2007
+Last updated: Wed Sep 26 04:47:39 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -396,6 +396,9 @@ Functions
Some geometric types do not have the full suite of geometric operators,
e.g. box @> point
+* Implement Boyer-Moore searching in strpos()
+
+ http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 2aec563e4c4..ea98a83ef17 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Thu Sep 20 14:53:32 EDT 2007
+Last updated: Wed Sep 26 04:47:39 EDT 2007
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -357,6 +357,9 @@ first. There is also a developer's wiki at<br/>
<p> Some geometric types do not have the full suite of geometric operators,
e.g. box @&gt; point
</p>
+ </li><li>Implement Boyer-Moore searching in strpos()
+<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php">http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php</a>
+</p>
</li></ul>
<h1><a name="section_6">Multi-Language Support</a></h1>