projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f09df7
)
Correct obsolete entry for strpos().
author
Tom Lane
Thu, 30 Nov 2000 23:02:04 +0000
(23:02 +0000)
committer
Tom Lane
Thu, 30 Nov 2000 23:02:04 +0000
(23:02 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index ea1ca43329c3827d71cacd31f1b33dd24008a4cf..f028045b4b28e0e5d709ba3a956240a867945ef0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-440,10
+440,10
@@
text(varchar 'varchar string')
-
text
pos(text,text)
+
str
pos(text,text)
text
locate specified substring
-
position
('high','ig')
+
strpos
('high','ig')
to_ascii(text [,name|int])