From: Tom Lane Date: Thu, 30 Nov 2000 23:02:04 +0000 (+0000) Subject: Correct obsolete entry for strpos(). X-Git-Tag: REL7_1_BETA~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=796754778d56508927610af7d7a5d7cf3e93f536;p=postgresql Correct obsolete entry for strpos(). --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ea1ca43329..f028045b4b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -440,10 +440,10 @@ text(varchar 'varchar string') - textpos(text,text) + strpos(text,text) text locate specified substring - position('high','ig') + strpos('high','ig') to_ascii(text [,name|int])