Peter Eisentraut <[EMAIL PROTECTED]> writes:
> When I create a table
> create table test (a bit(4));
> and insert a value
> insert into test values (b'11');
> the zpbit_in() function gets an atttypmod (arg 2 (of 2)) of -1. Is there
> somewhere the system needs to be told that "this type u
When I create a table
create table test (a bit(4));
and insert a value
insert into test values (b'11');
the zpbit_in() function gets an atttypmod (arg 2 (of 2)) of -1. Is there
somewhere the system needs to be told that "this type uses the atttypmod
field"?
--
Peter Eisentraut [EM