From: Bruce Momjian Date: Wed, 16 Nov 2005 03:58:08 +0000 (+0000) Subject: Properly document return value of strpos(). X-Git-Tag: REL7_3_12~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62b91ec93798436dc5e22b98da25259a8d6485b3;p=thirdparty%2Fpostgresql.git Properly document return value of strpos(). --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 667a690d462..bd4f1a55296 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1243,7 +1243,7 @@ PostgreSQL documentation strpos(string, substring) - text + int Locate specified substring (same as position(substring in