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