tsearch2 question - Mailing list pgsql-sql

From Wei Weng
Subject tsearch2 question
Date
Msg-id Pine.LNX.4.56.0309251610280.19659@localhost.localdomain
Whole thread Raw
Responses Re: tsearch2 question  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: tsearch2 question  (Wei Weng <wweng@kencast.com>)
List pgsql-sql
In my tsearch2.sql there are statements like :


--dict interface
CREATE FUNCTION lexize(oid, text) returns _textas '$libdir/tsearch2'language 'C'with (isstrict);


I don't think $libdir is the real value that we want. Do I need to set
some special parameters with ./configure (in the root level of the source
tree) to replace $libdir with the real library path?

Thanks

Wei



pgsql-sql by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: weird(to me) request
Next
From: Michael A Nachbaur
Date:
Subject: RFC: i18n2ascii(TEXT) stored procedure