Commit 79675477 authored by Tom Lane's avatar Tom Lane

Correct obsolete entry for strpos().

parent 6f09df7f
...@@ -440,10 +440,10 @@ ...@@ -440,10 +440,10 @@
<entry>text(varchar 'varchar string')</entry> <entry>text(varchar 'varchar string')</entry>
</row> </row>
<row> <row>
<entry>textpos(text,text)</entry> <entry>strpos(text,text)</entry>
<entry>text</entry> <entry>text</entry>
<entry>locate specified substring</entry> <entry>locate specified substring</entry>
<entry>position('high','ig')</entry> <entry>strpos('high','ig')</entry>
</row> </row>
<row> <row>
<entry>to_ascii(text [,name|int])</entry> <entry>to_ascii(text [,name|int])</entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment