Correct obsolete entry for strpos().
authorTom Lane
Thu, 30 Nov 2000 23:02:04 +0000 (23:02 +0000)
committerTom Lane
Thu, 30 Nov 2000 23:02:04 +0000 (23:02 +0000)
doc/src/sgml/func.sgml

index ea1ca43329c3827d71cacd31f1b33dd24008a4cf..f028045b4b28e0e5d709ba3a956240a867945ef0 100644 (file)
    text(varchar 'varchar string')
        
        
-   textpos(text,text)
+   strpos(text,text)
    text
    locate specified substring
-   position('high','ig')
+   strpos('high','ig')
        
        
    to_ascii(text [,name|int])