Re: bug: Bit String Types - Mailing list pgadmin-support

From Dave Page
Subject Re: bug: Bit String Types
Date
Msg-id 937d27e10810130357l7874cb73w1adf866ee30da035@mail.gmail.com
Whole thread Raw
In response to bug: Bit String Types  ("Pfuetz, Michael" <Michael.Pfuetz@SARTORIUS.com>)
List 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 by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: [GENERAL] problem with check constraints
Next
From: "Vrushali Khavnekar"
Date:
Subject: Not able to connect clients