This is a discussion on text search ysing ltree within the pgsql Hackers forums, part of the PostgreSQL category; --> Hi, Inspired by following posting, I'm thinking about to use ltree for full text search purpose. Subject: Re: [GENERAL] ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |