mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-29 03:58:39 +08:00
Properly document return value of strpos().
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user