Re: Where is the error

From: Marek Lewczuk <newsy(at)lewczuk(dot)com>
To: Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)bg>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where is the error
Date: 2004-12-27 12:25:55
Message-ID: 41CFFF53.2050306@lewczuk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kaloyan Iliev Iliev 2004-12-27 12:30:56 Re: Where is the error
Previous Message John DeSoi 2004-12-27 12:20:43 Re: Where is the error