summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2005-11-16 03:56:08 +0000
committerBruce Momjian2005-11-16 03:56:08 +0000
commitf583cbc8a000f6c5ff5c2aa63e2f4e95ef119f9a (patch)
tree44fc00f7e60201d12cca0bf7e0c3e916f5e53b48 /doc/src
parenta99f293753944ea4979f033f8396d6eb6695056f (diff)
Properly document return value of strpos().
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.234.4.6 2005/05/11 14:10:40 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.234.4.7 2005/11/16 03:56:08 momjian Exp $
PostgreSQL documentation
-->
@@ -1317,7 +1317,7 @@ PostgreSQL documentation
<row>
<entry><literal><function>strpos</function>(<parameter>string</parameter>, <parameter>substring</parameter>)</literal></entry>
- <entry><type>text</type></entry>
+ <entry><type>int</type></entry>
<entry>
Location of specified substring (same as
<literal>position(<parameter>substring</parameter> in