Re: BUG #3922: Problems migrating databases.

Lists: pgsql-bugs
From: "Maximiliano" <mako(dot)lm(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3922: Problems migrating databases.
Date: 2008-02-01 22:39:39
Message-ID: 200802012239.m11Mddlg034042@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3922
Logged by: Maximiliano
Email address: mako(dot)lm(at)gmail(dot)com
PostgreSQL version: 8.2.6
Operating system: Debian 8.2
Description: Problems migrating databases.
Details:

I being working with RedHat 7.3 and PostgreSQL 7.3 and I migrated every
single data to the operating system mentioned in the form (Debian 8.2) and
the PostgreSQL 8.2.

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.


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
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/