From: Bruce Momjian Date: Wed, 16 Nov 2005 03:58:08 +0000 (+0000) Subject: Properly document return value of strpos(). X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=88b912694ffab50e96a6df3e4b39e067d9b9b12e;p=users%2Fbernd%2Fpostgres.git Properly document return value of strpos(). --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ec85ab1f86..b4e707e595 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1243,7 +1243,7 @@ PostgreSQL documentation strpos(string, substring) - text + int Locate specified substring (same as position(substring in