mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Correct obsolete entry for strpos().
This commit is contained in:
@@ -440,10 +440,10 @@
|
||||
<entry>text(varchar 'varchar string')</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>textpos(text,text)</entry>
|
||||
<entry>strpos(text,text)</entry>
|
||||
<entry>text</entry>
|
||||
<entry>locate specified substring</entry>
|
||||
<entry>position('high','ig')</entry>
|
||||
<entry>strpos('high','ig')</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>to_ascii(text [,name|int])</entry>
|
||||
|
||||
Reference in New Issue
Block a user