diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28214d23e91..d8c7126feea 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.177.2.3 2004/09/11 16:15:26 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.177.2.4 2005/11/16 03:56:52 momjian Exp $ PostgreSQL documentation --> @@ -1273,7 +1273,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 |