mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Properly document return value of strpos().
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user