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 15:07:29
Message-ID: 19060.1205334449@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:
> If I do \dF:
> Schema | Name | Description
> ------------+--------+----------------------
> pg_catalog | simple | simple configuration
> (1 row)

Huh. Seems like initdb forgot to install all the Snowball stemmers.
What do you find in $SHAREDIR/snowball_create.sql? (If you're not
sure where your SHAREDIR is, pg_config --sharedir will tell you.)

Where did this build of Postgres come from, anyway?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Potts 2008-03-12 15:08:41 pain of postgres upgrade with extensions
Previous Message Greg Sabino Mullane 2008-03-12 14:43:15 Re: Trigger to run @ connection time?