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

From: Richard Huxton <dev(at)archonet(dot)com>
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-11 18:57:58
Message-ID: 47D6D636.6060808@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tim Child wrote:
> Hi, I am trying to configure Full Text Search on PostgreSQL 8.3 but I
> seem to be missing pg_catalog.english as I get the follow when I try and
> do this:

> tsvector_update_trigger(body_tsv, 'pg_catalog.english', notes);

> Error:
>
> ERROR: text search configuration "pg_catalog.english" does not exist
> SQL state: 42704

The \dF commands show your settings (in psql) - what does \dF show for you?

You might want to check your dictionaries are all there with \dFd too.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2008-03-11 19:31:10 Re: postgre vs MySQL
Previous Message Richard Huxton 2008-03-11 18:55:36 Re: postgre vs MySQL