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

Поиск
Список
Период
Сортировка
От Tim Child
Тема Re: ERROR: text search configuration "pg_catalog.english" does not exist
Дата
Msg-id 439EAEB5-A949-4E4C-8D31-C1B58F7B631C@timc3.com
обсуждение исходный текст
Ответ на Re: ERROR: text search configuration "pg_catalog.english" does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERROR: text search configuration "pg_catalog.english" does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
If I do \dF:

    Schema   |  Name  |     Description
------------+--------+----------------------
  pg_catalog | simple | simple configuration
(1 row)


\dFd:

    Schema   |  Name  |                        Description
------------+--------
+-----------------------------------------------------------
  pg_catalog | simple | simple dictionary: just lower case and check
for stopword


And for select * from pg_ts_config the only row shows:

  simple |11 | 10 | 3722


Is there away of getting the extra catalogues in?

Thanks,

Tim.


On 11 Mar 2008, at 22:25, Tom Lane wrote:

> Tim Child <tim@timc3.com> writes:
>> 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:
>
> That's odd ... what *do* you have in pg_ts_config?  It should look
> about like this, in a virgin database:
>
> postgres=# select * from pg_ts_config;
>  cfgname   | cfgnamespace | cfgowner | cfgparser
> ------------+--------------+----------+-----------






В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: FROM + JOIN when more than one table in FROM
Следующее
От: "josep porres"
Дата:
Сообщение: porting vb6 code to pgplsql, referencing fields