Re: [HACKERS] zpbit_in does not receive correct atttypmod

2001-04-26 Thread Tom Lane
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

[HACKERS] zpbit_in does not receive correct atttypmod

2001-04-26 Thread Peter Eisentraut
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