Re: about create type - Mailing list pgsql-bugs

From Tom Lane
Subject Re: about create type
Date
Msg-id 19239.1062188651@sss.pgh.pa.us
Whole thread Raw
In response to about create type  (zhuangjifeng <zhuangjifeng@263.net>)
List pgsql-bugs
zhuangjifeng <zhuangjifeng@263.net> writes:
>          I have tried to  create a new Type in  postgreSQL-7.2. The
> example is defined in Chapter 39 of extended type. We  do follow your
> defination  of "Complex" completely.But there is always an error:

>  CREATE TYPE
> complex(INPUT=complex_in,OUTPUT=complex_out(Complex),INTERNALLENGTH=16);
> ERROR: parser:parse error at   or  near '(' ".

You should not put parameters with the input/output function names.
(I'm pretty sure that none of our documentation suggests you should.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: zhuangjifeng
Date:
Subject: about create type
Next
From: Preston Landers
Date:
Subject: activating RI constraints too slow