From: Bruce Momjian Date: Wed, 16 Nov 2005 03:56:52 +0000 (+0000) Subject: Properly document return value of strpos(). X-Git-Tag: REL7_4_10~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48fabd257fef6f9798cef8b57bb300ab368b8055;p=postgresql Properly document return value of strpos(). --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28214d23e9..d8c7126fee 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1273,7 +1273,7 @@ PostgreSQL documentation strpos(string, substring) - text + int Location of specified substring (same as position(substring in