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: http://git.ipfire.org/?a=commitdiff_plain;h=f583cbc8a000f6c5ff5c2aa63e2f4e95ef119f9a;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 15df05a778c..6bc038c8b09 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