Re: tsearch2 question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wei Weng <wweng(at)kencast(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: tsearch2 question
Date: 2003-09-26 00:34:46
Message-ID: 5912.1064536486@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Wei Weng <wweng(at)kencast(dot)com> writes:
> 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.

Yes it is.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2003-09-26 03:46:39 Re: Case Insensitive comparison
Previous Message Manuel Sugawara 2003-09-26 00:06:07 Re: RFC: i18n2ascii(TEXT) stored procedure