text search ysing ltree - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject text search ysing ltree
Date
Msg-id 20050628.165902.68160029.t-ishii@sra.co.jp
Whole thread Raw
List pgsql-hackers
Hi,

Inspired by following posting, I'm thinking about to use ltree for
full text search purpose.

Subject: Re: [GENERAL] Creating an index-type for LIKE '%value%'
From: Yury Don <yura@vpcit.ru>
To: pgsql-general@postgresql.org
Date: Mon, 7 Feb 2005 23:16:30 +0500

I noticed that ltree does not allow other than [a-zA-Z0-9] (in C
locale) for a "label". Does anybody know if this is an intended
limitation or not. It seems there's no reason we could allow, for
example, ':' using a backslash or any other escape characters.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: commit_delay, siblings
Next
From: "Dave Page"
Date:
Subject: Re: For review: dbsize patch