Re: function bit(integer)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: function bit(integer)
Дата
Msg-id 18031.1116178633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: function bit(integer)  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: function bit(integer)  (Samer Abukhait <abukhait@gmail.com>)
Список pgsql-general
Michael Fuhr <mike@fuhr.org> writes:
> On Sun, May 15, 2005 at 01:30:05PM +0200, Samer Abukhait wrote:
>> whats the story of the function bit?

> I don't see the bit() function in the 8.0.3 documentation, so you
> might want to stick with documented functionality.

bit(n) is a type name, not a function call, and always has been AFAIR.
The functions Michael lists are intended to be invoked via casts, not
directly as functions.

What is it you're trying to do exactly?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Multi-row UPDATE using value from other table?
Следующее
От: Sven Willenberger
Дата:
Сообщение: Re: Error when try installing pgbench ?