Re: textpos() in postgreSQL 7.0 - Mailing list pgsql-general

From Thomas Lockhart
Subject Re: textpos() in postgreSQL 7.0
Date
Msg-id 39374FE1.5B197DF@alumni.caltech.edu
Whole thread Raw
In response to textpos() in postgreSQL 7.0  ("Adam Walczykiewicz" <adam.walczykiewicz@multiuser.com.pl>)
List pgsql-general
> I notice that string function textpos() doesn't exist in postgreSQL
> 7.0.

Sorry about that. We (well, I) remapped it into the SQL92-standard
function "position()". I believe it is mentioned in the release notes,
but maybe not.

One of the joys of a full-up, major release. Hope it doesn't cause too
much trouble for you. btw, textpos() is still a routine in the database
backend, so you could pretty easily create a new catalog entry for it if
it is not feasible to change your app.

                   - Thomas

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Vacuum Question
Next
From: Marc Tardif
Date:
Subject: to pickle or not to pickle