Re: bit datatype in 7.2.1

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: bit datatype in 7.2.1
Дата
Msg-id 20020426124746.6e9976f8.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответ на bit datatype in 7.2.1  ("Joseph Artsimovich" <joseph_a@mail.ru>)
Список pgsql-general
On Fri, 26 Apr 2002 13:50:15 +0400
"Joseph Artsimovich" <joseph_a@mail.ru> wrote:
> Hi,
>
> I've upgraded from 7.1.3 to 7.2.1 and now I'm having problems with
> the bit datatype. I used to do '0'::bit(20) to save some typing, but
> it does not work anymore:
> ERROR:  bit string length does not match type bit(20)
>
> Is there a way to do it in version 7.2.1?

Perhaps using BIT VARYING? See section 3.9 of the User's Guide.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

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

Предыдущее
От: "Roderick A. Anderson"
Дата:
Сообщение: PG back-ended, Web based, QUIZ app.
Следующее
От: Andrew Gould
Дата:
Сообщение: Re: requesting features in PostgreSQL