Home
The Toolkit for Online Communities
15936 Community Members, 0 members online, 2392 visitors today
Log In Register

Forum OpenACS Development: Re: Postgres releases for OpenACS

OpenACS Home : Forums : OpenACS Development : Re: Postgres releases for OpenACS : One Message

+
Posted by Jose Agustin Lopez Bueno on
Hi Gustaf!

Do you use tsearch?

We are trying upgrade from 8.2 dump to 8.3
but we have several errors with tsearch
functions.

Agustin

+
Posted by Gustaf Neumann on
yes, we use tsearch (as well on openacs.org). The only thing i remember from openacs.org (done in Feb) was

ERROR: text search configuration "default" does not exist

The following command fixed it:

CREATE TEXT SEARCH CONFIGURATION public.default ( COPY = pg_catalog.english );

-gustaf neumann

+
Posted by Dave Bauer on
If you can't figure this out please post the specific error messages so we can help you more.