Re: Error of text2ltree - Mailing list pgsql-general

From Tom Lane
Subject Re: Error of text2ltree
Date
Msg-id 19086.1275144419@sss.pgh.pa.us
Whole thread Raw
In response to Error of text2ltree  (Vu Hong Thuan <thuanvh@gmail.com>)
List pgsql-general
Vu Hong Thuan <thuanvh@gmail.com> writes:
> I can't use text2ltree. Any suggestion? Thanks.
> SELECT text2ltree('abc'). It's okay. But, got error if:

> SELECT text2ltree(to_char(243, '09999999'))

> ******** Error ******

> ERROR: syntax error at position 0 SQL state: 42601

I think ltree doesn't allow spaces in the input.

            regards, tom lane

pgsql-general by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [GENERAL] hi,for help!
Next
From: erobles
Date:
Subject: Re: there is a way to deactivate type validation on 8.3.1????