Re: bug: Bit String Types

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug: Bit String Types
Дата
Msg-id 937d27e10810130357l7874cb73w1adf866ee30da035@mail.gmail.com
обсуждение исходный текст
Ответ на bug: Bit String Types  ("Pfuetz, Michael" <Michael.Pfuetz@SARTORIUS.com>)
Список pgadmin-support
On Thu, Oct 9, 2008 at 1:45 PM, Pfuetz, Michael
<Michael.Pfuetz@sartorius.com> wrote:
> Hello,
>
> i think there is bugs in pgadmin:
> CREATE TABLE test_bit
> (
>   id text NOT NULL,
>   byte bit(8) NOT NULL,
>   CONSTRAINT test_bit_pkey PRIMARY KEY (id)
> )
> WITHOUT OIDS;
> ALTER TABLE test_bit OWNER TO assux;
>
> Insert with pgadmin:
> hello,10101010
>
> ERROR: bit string length 1 does not match type bit(8)

Thanks - fixed for the next release.

Regards, Dave

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: [GENERAL] problem with check constraints
Следующее
От: "Vrushali Khavnekar"
Дата:
Сообщение: Not able to connect clients