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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: text search configuration "pg_catalog.english" does not exist
Дата
Msg-id 6134.1205270700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: text search configuration "pg_catalog.english" does not exist  (Tim Child <tim@timc3.com>)
Ответы Re: ERROR: text search configuration "pg_catalog.english" does not exist  (Tim Child <tim@timc3.com>)
Список pgsql-general
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
------------+--------------+----------+-----------
 simple     |           11 |       10 |      3722
 danish     |           11 |       10 |      3722
 dutch      |           11 |       10 |      3722
 english    |           11 |       10 |      3722
 finnish    |           11 |       10 |      3722
 french     |           11 |       10 |      3722
 german     |           11 |       10 |      3722
 hungarian  |           11 |       10 |      3722
 italian    |           11 |       10 |      3722
 norwegian  |           11 |       10 |      3722
 portuguese |           11 |       10 |      3722
 romanian   |           11 |       10 |      3722
 russian    |           11 |       10 |      3722
 spanish    |           11 |       10 |      3722
 swedish    |           11 |       10 |      3722
 turkish    |           11 |       10 |      3722
(16 rows)

postgres=#

            regards, tom lane

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

Предыдущее
От: sam
Дата:
Сообщение: Trouble with Savepoints in postgres
Следующее
От: "Rob Wultsch"
Дата:
Сообщение: Re: postgre vs MySQL