From 90cb2e55a3501a2fafc96ed11a68d7f5aae273eb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 16 Nov 2005 03:56:52 +0000 Subject: [PATCH] Properly document return value of strpos(). --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0eae887ae9..170ca4dd6b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1273,7 +1273,7 @@ PostgreSQL documentation strpos(string, substring) - text + int Location of specified substring (same as position(substring in -- 2.39.5