Re: [GENERAL] Custom types and arrays

2003-11-02 Thread Joe Conway
mlunnon @ RWA wrote: Thanks for your reply tom. I'm sure it is not a mistype, I included the definition that I used in my script. Perhaps it is something to do with the cygwin installation of Postgres that I have i will try it on a Linux box. The type you were referring to is a composite type:

Re: [GENERAL] Custom types and arrays

2003-11-02 Thread mlunnon @ RWA
Thanks for your reply tom. I'm sure it is not a mistype, I included the definition that I used in my script. Perhaps it is something to do with the cygwin installation of Postgres that I have i will try it on a Linux box. Cheers Matthew Tom Lane wrote: "mlunnon @ RWA" <[EMAIL PROTECTED]> w

Re: [GENERAL] Custom types and arrays

2003-10-31 Thread Tom Lane
"mlunnon @ RWA" <[EMAIL PROTECTED]> writes: > I get: > psql:Supplements.sql:34: ERROR:  Type "test_type[]" does not exist > psql:Supplements.sql:41: ERROR:  Type "_test_type" does not exist It works for me ... are you sure it's not something silly like mistyping the type name, or adding/omitting d