Re: Where is the error - Mailing list pgsql-general

From Marek Lewczuk
Subject Re: Where is the error
Date
Msg-id 41CFFF53.2050306@lewczuk.com
Whole thread Raw
In response to Where is the error  (Kaloyan Iliev Iliev <news1@faith.digsys.bg>)
List pgsql-general
Kaloyan Iliev Iliev napisał(a):
> Hi
>  I have the following function:
>
> select int('t'::bool);
> ERROR:  syntax error at or near "(" at character 11
>
"int" is reserved for integer type, so you should not use it. However if
you add
namespace before function name "public.int(TRUE)" then it should work.

ML




pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Where is the error
Next
From: Kaloyan Iliev Iliev
Date:
Subject: Re: Where is the error