From: Bruce Momjian Date: Wed, 16 Nov 2005 03:56:16 +0000 (+0000) Subject: Properly document return value of strpos(). X-Git-Tag: REL8_2_BETA1~1926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04ce3cb02db1a21f8b25dba18fa6553777101dba;p=postgresql Properly document return value of strpos(). --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9cc98b3f92..4b7a0cafba 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1483,7 +1483,7 @@ PostgreSQL documentation strpos(string, substring) - text + int Location of specified substring (same as position(substring in