Re: BUG #3922: Problems migrating databases.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: "Maximiliano" <mako(dot)lm(at)gmail(dot)com>
Subject: Re: BUG #3922: Problems migrating databases.
Date: 2008-02-02 12:58:03
Message-ID: 200802021358.04356.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stefan Kunick 2008-02-02 19:01:08 BUG #3924: Create Database with another encoding as the encoding from postgres
Previous Message Arun ViswanathanChandrika 2008-02-02 06:29:05 Re: BUG #3920: sequence not generated for postgres using toplink jpa