From 1cb945bd50e9a5e0d7ebf92a643cfcf0186fc8c5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 16 Nov 2005 03:56:35 +0000 Subject: Properly document return value of strpos(). --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9cc98b3f92e..e3806322ec6 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 -- cgit v1.2.3