tsearch2 question

From: Wei Weng <wweng(at)kencast(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: tsearch2 question
Date: 2003-09-25 20:14:34
Message-ID: Pine.LNX.4.56.0309251610280.19659@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

In my tsearch2.sql there are statements like :

--dict interface
CREATE FUNCTION lexize(oid, text)
returns _text
as '$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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael A Nachbaur 2003-09-25 23:50:53 RFC: i18n2ascii(TEXT) stored procedure
Previous Message Larry Rosenman 2003-09-25 19:16:53 Re: weird(to me) request