Re: bug: Bit String Types

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Pfuetz, Michael" <Michael(dot)Pfuetz(at)sartorius(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug: Bit String Types
Date: 2008-10-13 10:57:37
Message-ID: 937d27e10810130357l7874cb73w1adf866ee30da035@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, Oct 9, 2008 at 1:45 PM, Pfuetz, Michael
<Michael(dot)Pfuetz(at)sartorius(dot)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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Vrushali Khavnekar 2008-10-14 12:10:39 Not able to connect clients
Previous Message Albe Laurenz 2008-10-13 07:41:54 Re: [GENERAL] problem with check constraints