]> granicus.if.org Git - postgresql/commitdiff
Correct obsolete entry for strpos().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Nov 2000 23:02:04 +0000 (23:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Nov 2000 23:02:04 +0000 (23:02 +0000)
doc/src/sgml/func.sgml

index ea1ca43329c3827d71cacd31f1b33dd24008a4cf..f028045b4b28e0e5d709ba3a956240a867945ef0 100644 (file)
        <entry>text(varchar 'varchar string')</entry>
        </row>
        <row>
-       <entry>textpos(text,text)</entry>
+       <entry>strpos(text,text)</entry>
        <entry>text</entry>
        <entry>locate specified substring</entry>
-       <entry>position('high','ig')</entry>
+       <entry>strpos('high','ig')</entry>
        </row>
        <row>
        <entry>to_ascii(text [,name|int])</entry>