1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> * Implement Boyer-Moore searching in strpos()
>
>   http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
This commit is contained in:
Bruce Momjian
2007-09-26 08:47:43 +00:00
parent 1b57b8bfdc
commit 10e1b9df5c
2 changed files with 8 additions and 2 deletions

View File

@ -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