[pgadmin-support] bug: Bit String Types

2008-10-09 Thread Pfuetz, Michael
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

Re: [pgadmin-support] problem with check constraints

2008-10-09 Thread Julius Tuskenis
Hello, Anton Its ok, because conjunction (AND) has priority over disjunction (OR) so ((A and B) or (C and D)) = (A and B or C and D) Anton Andreev rašė: Hi, When I create a check constraint in PgAdmin3 1.8.4 on a Postgresql 8.3.3: ((A and B) or (C and D)) I get with create script: (A and B

[pgadmin-support] problem with check constraints

2008-10-09 Thread Anton Andreev
Hi, When I create a check constraint in PgAdmin3 1.8.4 on a Postgresql 8.3.3: ((A and B) or (C and D)) I get with create script: (A and B or C and D) which is wrong. Please help. Cheers, Anton -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your