Re: tsearch2 question - Mailing list pgsql-sql

From Tom Lane
Subject Re: tsearch2 question
Date
Msg-id 5912.1064536486@sss.pgh.pa.us
Whole thread Raw
In response to tsearch2 question  (Wei Weng <wweng@kencast.com>)
Responses Re: tsearch2 question
List pgsql-sql
Wei Weng <wweng@kencast.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


pgsql-sql by date:

Previous
From: Michael A Nachbaur
Date:
Subject: Re: RFC: i18n2ascii(TEXT) stored procedure
Next
From: Josh Berkus
Date:
Subject: Re: Case Insensitive comparison