Re: 8.3: where's the replacement tsearch2 module?

Поиск
Список
Период
Сортировка
От Pierre Thibaudeau
Тема Re: 8.3: where's the replacement tsearch2 module?
Дата
Msg-id 74b035bb0802101828r6c6d0f35m3d261ef4a5f33cd0@mail.gmail.com
обсуждение исходный текст
Ответ на 8.3: where's the replacement tsearch2 module?  ("Pierre Thibaudeau" <pierdeux@gmail.com>)
Список pgsql-general
> > My database uses tsearch2.  I was about to follow the conversions
> > instructions found at Appendix F31 (on the new tsearch module).
> > http://www.postgresql.org/docs/8.3/static/tsearch2.html
> The docs will need to be updated because tsearch2 is now in the core and
> should already be available, it's not an external module any more.

Appendix F31 (which I quoted previously) indeed acknowledges that fact
(that tsearch2 is in the core).  The instructions I focused on explain
how to "convert" an 8.2 database already using tsearch2, without going
through the trouble of renaming the tsearch2 functions.  Therefore, I
think the docs are fine.  The problem is the missing tsearch2.sql
script...

>You'd have to edit it to replace MODULE_PATHNAME with the right thing.
>A bigger problem is that the tsearch2 dll is probably omitted too :-(

Indeed, I cannot find tsearch2.dll anywhere...

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

Предыдущее
От: Willem Buitendyk
Дата:
Сообщение: Re: Mechanics of Select
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Kernel kills postgres process - help need