Re: full text search in 8.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: full text search in 8.3
Date
Msg-id 23067.1192046436@sss.pgh.pa.us
Whole thread Raw
In response to full text search in 8.3  (Andy Colson <andy@camavision.com>)
Responses Re: full text search in 8.3
List pgsql-hackers
Andy Colson <andy@camavision.com> writes:
> I have an 8.2 database that has full text searching.  I tried to 
> backup/restore it to 8.3 but got lots of errors:
> ...
> I didn't really expect it to totally work, but I'm not sure how to move 
> my db.

Did the data transfer over?  The declarations of the former contrib
functions would of course fail, but type tsvector is still there.
I would like to think that ignoring pg_restore's whining would get
you most of the way there.

(As noted in the beta release notes, somebody really really needs to
write a migration guide for existing tsearch2 users.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: Skytools committed without hackers discussion/review
Next
From: Gregory Stark
Date:
Subject: Re: Skytools committed without hackers discussion/review