Re: ERROR: text search configuration "pg_catalog.english" does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim Child <tim(at)timc3(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: text search configuration "pg_catalog.english" does not exist
Date: 2008-03-12 16:03:02
Message-ID: 19978.1205337782@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tim Child <tim(at)timc3(dot)com> writes:
> In my snowball_create.sql I find:
> -- No language-specific snowball dictionaries, for lack of shared
> library support

Really!?

> This build comes from postgresqlformac.com the "Unified Installer -
> 8.3.0 (PostgreSQLforMac)"

Hm, do they have plpgsql or any of the other PLs? It's hard to credit
that anyone would put out a build without shared library support.
There's too much functionality that goes missing.

> Now I am considering that it might have been better to compile my own,
> but before I do this is there anyway to get the libraries /
> dictionaries installed?

What you need is a non-lobotomized build. You should be able to fix the
problem without re-initdb, if you need to, by running the real
snowball_create.sql script against each of your databases.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message paul rivers 2008-03-12 16:13:14 Re: postgre vs MySQL
Previous Message Olexandr Melnyk 2008-03-12 15:59:24 Re: postgre vs MySQL