1
0
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:
Tom Lane
2000-11-30 23:02:04 +00:00
parent 6f09df7f40
commit 796754778d

View File

@@ -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>