Thread

  1. text search ysing ltree

    Tatsuo Ishii <t-ishii@sra.co.jp> — 2005-06-28T07:59:02Z

    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