Re: What happened to function textpos()? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What happened to function textpos()?
Date
Msg-id 17797.989506750@sss.pgh.pa.us
Whole thread Raw
In response to What happened to function textpos()?  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AW: Coping with huge deferred-trigger lists
Next
From: Tom Lane
Date:
Subject: Re: [JDBC] Re: Outstanding patches