aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index ea1ca43329c..f028045b4b2 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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>