Re: HELP!!!ERROR:operator does not exist:arc+arc

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: everest_sun <everestsun(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: HELP!!!ERROR:operator does not exist:arc+arc
Date: 2006-05-23 22:22:28
Message-ID: 20060523222228.GH64371@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, May 23, 2006 at 12:16:01AM -0700, everest_sun wrote:
> I have define a type arc,but i do not define the +(arc,arc)
> operator,instead of +(arc,cstring)when i delete the +(arc,cstring),the
> pgadmin3 tells me a error:
> ERROR:operator does not exist:arc+arc

Please provide a test case using psql. It's not very clear what you're
actually doing here...
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-23 22:23:41 Re: pgAdmin III very slow if working on localhost
Previous Message Florian G. Pflug 2006-05-23 22:20:06 Re: background triggers?