Re: Very strange error

From: Michael Slattery <slattery(at)angel(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Very strange error
Date: 2007-02-06 15:09:16
Message-ID: 9C71AA6E-9C9D-45B9-BEBB-5D163CE9C071@angel.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When does this error crop up? What is the query? Does this select
involve more than one table, or does it involve any homemade
functions? Or overriden functions?

On Feb 6, 2007, at 9:58 AM, Ümit Öztosun wrote:

>
> Have you installed any updates for PostgreSQL? The latest security
> update
> fixed something with type checks or so.
> I've seen the same error message also on the BUGS mailing list
> concerning a
> broken CHECK constraint on a table row.
> Perhaps this is the cause of the error messages.
>
> Well, I've just dumped old data, installed v8.2.2 from sources,
> restored data. Unfortunately the error remains the same and we have
> no ideas left. Error is again:
>
> "Table has type character varying, but query expects character
> varying."
>
> The error is about a varchar column, with no other special
> attributed. It was working flawlessly for a long time.
>
> Any help is appreciated.
>
> Regards,
> Ümit Öztosun
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias.Pitzl 2007-02-06 15:12:20 Re: Very strange error
Previous Message Ümit Öztosun 2007-02-06 14:58:50 Re: Very strange error