Re: Problems upgrading to 7.4.8 from 7.2.4

From: "Sean Cardus" <postgres(at)cardus(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems upgrading to 7.4.8 from 7.2.4
Date: 2005-06-22 15:50:36
Message-ID: 20050622154913.28D895287D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane <> wrote the following on 22 June 2005 15:20:

> "Sean Cardus" <postgres(at)cardus(dot)com> writes:
>> For example, one of the CREATE VIEW statements contains:
>> WHERE (u.username = "varchar"(u.customer_id))
>
> If you can change "varchar" to "text" it should still work.

Thanks for the advice Tom - I've tested this and the database does import
correctly. I'm just concerned that the application might be expecting a
varchar column type in the returned data.

I've contacted the application developers and I'm still waiting for a
reply...

*crosses fingers*

Thanks again,
Sean

In response to

Browse pgsql-general by date

  From Date Subject
Next Message SCassidy 2005-06-22 15:59:55 setting up PostgreSQL on Linux RHL9 to allow ODBC connections from Windows
Previous Message Pablo Baena 2005-06-22 15:36:32 Problem on function returning setof custom type