Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10e1b9d

Browse files
committed
Add:
> * Implement Boyer-Moore searching in strpos()>>http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
1 parent1b57b8b commit10e1b9d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎doc/TODO

Lines changed: 4 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:Thu Sep20 14:53:32 EDT 2007
4+
Last updated:Wed Sep26 04:47:39 EDT 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -396,6 +396,9 @@ Functions
396396
Some geometric types do not have the full suite of geometric operators,
397397
e.g. box @> point
398398

399+
* Implement Boyer-Moore searching in strpos()
400+
401+
http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
399402

400403

401404

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Thu Sep20 14:53:32 EDT 2007
11+
Last updated:Wed Sep26 04:47:39 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -356,6 +356,9 @@ <h1><a name="section_5">Functions</a></h1>
356356
</li><li>Add missing operators for geometric data types
357357
<p> Some geometric types do not have the full suite of geometric operators,
358358
e.g. box @&gt; point
359+
</p>
360+
</li><li>Implement Boyer-Moore searching in strpos()
361+
<p><ahref="http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php">http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php</a>
359362
</p>
360363
</li></ul>
361364
<h1><aname="section_6">Multi-Language Support</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp