Re: [GENERAL] Array in a Type

2005-11-03 Thread Tom Lane
Omachonu Ogali <[EMAIL PROTECTED]> writes: > I've created a type that contains a few types and an array. But when > I try to create an array from that in a table, I get a '"type[]" does > not exist' error. The manual says that the array type is configured > automatically when a type is created, but

[GENERAL] Array in a Type

2005-11-03 Thread Omachonu Ogali
I've created a type that contains a few types and an array. But when I try to create an array from that in a table, I get a '"type[]" does not exist' error. The manual says that the array type is configured automatically when a type is created, but this doesn't appear to be the case. Am I missing s