Re: Where is the error

Поиск
Список
Период
Сортировка
От Marek Lewczuk
Тема Re: Where is the error
Дата
Msg-id 41CFFF53.2050306@lewczuk.com
обсуждение исходный текст
Ответ на Where is the error  (Kaloyan Iliev Iliev <news1@faith.digsys.bg>)
Список 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 по дате отправления:

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: Where is the error
Следующее
От: Kaloyan Iliev Iliev
Дата:
Сообщение: Re: Where is the error