Re: 8.2.6 > 8.3 blows up

From: Richard Huxton <dev(at)archonet(dot)com>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: 8.2.6 > 8.3 blows up
Date: 2008-03-03 10:04:11
Message-ID: 47CBCD1B.7020801@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Karl Denninger wrote:
>
> The problem is that I was holding the ts_vector in a column in the table
> with a GIST index on that column. This fails horribly under 8.3; it
> appears to be ok on the reload but as there is a trigger on updates any
> update or insert fails immediately with a data mistype complaint.

Are you sure you've not got an old definition of tsvector/tsquery or
some such? I've got a tsvector column in a table, updated from a trigger
with a gist index and it's fine. That's all created for 8.3 though, not
dumped/restored from 8.2

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steven De Vriendt 2008-03-03 10:28:21 Re: Connect to postgres from a dynamic IP
Previous Message dfx 2008-03-03 10:01:17 Connect to postgres from a dynamic IP