=?KOI8-R?Q?=F3=CF=CC=CF=C4=CF=D7=CE=C9=CB=CF=D7_=EB=CF=CE=D3=D4=C1?= =?KOI8-R?Q?=CE=D4=C9=CE?= <[EMAIL PROTECTED]> writes: > create type int1 ( input = int1_in, output = int1_out, internallength = 1, > externallength = 3, default = "" ); I'm not sure what it will do to specify a default value for a type that is not a legal value of the datatype --- but it can't be good. Take out the default clause. It also seems a tad bizarre to be treating int1 as a pass-by-reference datatype, but that's probably not causing any misbehavior, just inefficiency... regards, tom lane