![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Message: 1 From: martin.bowes (AT) ctsu (DOT) ox.ac.uk To: info-ingres (AT) cariboulake (DOT) com Date: Fri, 18 Mar 2005 13:44:49 -0000 Subject: [Info-ingres] max varchar width Hi Dudes, Given that I have 4k cache configured. and that the max_tuple_length is set to zero. Why can't I set the width of a not null not default varchar field to the max allowable rowsize for a page - less 2bytes for the varchar length indicator? At the moment I cant make a varchar > 2000. I can make a table with: field1 varchar(2000), field2 varchar(1982) I would have expected that max varchar on a 4k page was 3988-2(for the length indicator)-1(for null indicator).= 3985. Hell, I'd be happy with varchar (3900). But I get errors like: E_US07DE CREATE or ALTER TABLE: invalid column format 'varchar' on column |
![]() |
| Thread Tools | |
| Display Modes | |
| |