Adding contrib modules - Mailing list pgsql-general

From Jonathan Villa
Subject Adding contrib modules
Date
Msg-id 51458.206.166.83.50.1124218469.squirrel@mail.innovativesource.net
Whole thread Raw
Responses Re: Adding contrib modules  (Mario Guenterberg <mg@mattheis-berlin.de>)
List pgsql-general
I'm having some trouble getting one of the contrib modules to load
correctly...

it's for tsearch2.sql

I've tried

./configure --prefix=/usr/local/pgsql
gmake all
gmake install

and I've also tried, from the contrib/tsearch2/ dir,

gmake

but that fails when looking for flex, which by the way, is installed.

When attempting the former method, and trying to run

psql -d mydb -f tsearch2.sql

I get all kinds of errors...

specifically,

type "tsvector" does not exist


I've googled for a solution/explaination but I'm still in the dark.


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Waiting on a transaction
Next
From: Bill Moseley
Date:
Subject: Re: Waiting on a transaction