Return-Path: postarch
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA14438; Mon, 10 Aug 92 09:57:26 -0700
Message-Id: <9208101657.AA14438@postgres.Berkeley.EDU>
From: postarch (Postgres Mailing Archive)
Subject: Re: Problem with type definition
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Reply-To: mer@postgres.berkeley.edu
In-Reply-To: Your message of "Tue, 04 Aug 92 21:04:10 PDT."
             <9208050404.AA20324@postgres.Berkeley.EDU> 
Date: Mon, 10 Aug 92 09:57:16 PDT

you write:

> I followed the process on page 14 of "Postgres User Manual" to define
> the circle data type. I got the following error message when I tried
> to register it in database.
> 
> >>
> 
> [hardy:~postgres/circle]monitor qiudemo
> monitor> \i
> iofundef.pq
> 
> Query sent to backend is "define function circle_in (language="c", returntype
 +=cirlce) arg is (char16) 
> as "/users/maxine2/qiu/postgres/circle/circle.o"  "
> NOTICE:Aug  4 23:35:13:ProcedureDefine: return type 'cirlce' not yet defined
> 
> DEFINE
> Query sent to backend is "define function circle_out (language="c", returntyp
 +e=c
> har16) arg is (circle) as "/users/maxine2/qiu/postgres/circle/circle.o"  "
> WARN:Aug  4 23:35:14:ProcedureDefine: arg type 'circle' is not defined

This is *very* strange.  We have this very same example in the demo.
Have you ever successfully run the demo?


Jeff Meredith
mer@postgres.berkeley.edu
