From: | Kim Kohen <kim(at)webguide(dot)com(dot)au> |
---|---|
To: | Michael Fuhr <mike(at)fuhr(dot)org> |
Cc: | postgres novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Boolean search |
Date: | 2005-04-02 09:35:40 |
Message-ID: | BE74A48C.7022%kim@webguide.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
G'day Michael
Thanks for the reply.
> "Boolean search" is vague -- are you talking about what the MySQL
> documentation refers to "boolean full-text search"?
Yes, that's it
> If so then see the contrib/tsearch2 module.
I googled and read, and googled some more and I decided to have a go at
compiling from source (something I've never done before). I have the
appropriate tools installed (I'm on Mac OS X) but I'm getting an error
trying to make:
Kim-Kohens-Computer:~/Desktop/postgresql-8.0.1/contrib/tsearch2 kim$ make
Makefile:31: ../../src/Makefile.global: No such file or directory
Makefile:32: /contrib/contrib-global.mk: No such file or directory
make: *** No rule to make target `/contrib/contrib-global.mk'. Stop.
Both of these files seem to exist (although src/Makefile.global has a .in
extension)
I was able to find a couple of old archive forum posts with the same error
but not one of them had a response. Does anyone have any idea what might be
causing this problem? If anyone is using OSX and has tsearch2 running I'd be
appreciaitive of any contact.
Cheers and thanks
Kim
From | Date | Subject | |
---|---|---|---|
Next Message | Ennio-Sr | 2005-04-02 14:11:41 | Re: how to ignore accents? |
Previous Message | Tom Lane | 2005-04-02 06:43:10 | Re: Major problem with custom data type |