Re: Postgres81 and Tsearch2?

2006-10-21 Thread Petr Janda
Sorry but I thought 81 already had Tsearch2 in the contrib section. I tried compiling it but unsuccessfully. Why do I want a backport of Tsearch2 from 8.2 ? Petr Bill Hacker wrote: Petr Janda wrote: Hey, Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? Cheers, Petr

Re: Postgres81 and Tsearch2?

2006-10-21 Thread Joerg Sonnenberger
On Sat, Oct 21, 2006 at 01:25:15PM +1000, Petr Janda wrote: Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? I haven't tried it, but copy postgres81-plpython, remove the python/extension.mk include and modify the BUILD_DIRS to point to contrib/tsearch2. bmake print-PLIST

Postgres81 and Tsearch2?

2006-10-20 Thread Petr Janda
Hey, Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? Cheers, Petr

Re: Postgres81 and Tsearch2?

2006-10-20 Thread Bill Hacker
Petr Janda wrote: Hey, Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? Cheers, Petr Google turns up a tarball to backport it from 8.2 to 8.1: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/