Re: BUG #3922: Problems migrating databases. - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #3922: Problems migrating databases.
Date
Msg-id 200802021358.04356.peter_e@gmx.net
Whole thread Raw
In response to BUG #3922: Problems migrating databases.  ("Maximiliano" <mako.lm@gmail.com>)
List pgsql-bugs
Maximiliano wrote:
> While I migrated the data I had no problems, but in PostgreSQL 7.3 I had
> the function varchareq and the system functioned perfectly, now that I have
> the 8.2 version this function is not functioning. I don't know what
> happened, I hope to recieve an answer soon. Thanks.

This is now handled by texteq.  But you shouldn't be using those functions
directly anyway.  Use the '=' operator.  Is this the result of a dump or do
you have a reason for accessing the function directly?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-bugs by date:

Previous
From: "Arun ViswanathanChandrika"
Date:
Subject: Re: BUG #3920: sequence not generated for postgres using toplink jpa
Next
From: "Stefan Kunick"
Date:
Subject: BUG #3924: Create Database with another encoding as the encoding from postgres