What happened to function textpos()?

Started by Michael Meskesover 24 years ago2 messages
#1Michael Meskes
meskes@postgresql.org

I just updated my testsystem from 7.0.3 to 7.1 and tried to insert my
production data just to notice that one function uses textpos(). 7.1 does
not know about that function.

Michael
--
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Meskes (#1)
Re: What happened to function textpos()?

Michael Meskes <meskes@postgresql.org> writes:

I just updated my testsystem from 7.0.3 to 7.1 and tried to insert my
production data just to notice that one function uses textpos(). 7.1 does
not know about that function.

Neither does 7.0.3. I see "position" and "strpos" in pg_proc in both
versions ... but the internal name textpos is not exported by either.

regards, tom lane