Re: [GENERAL] HELP!!!ERROR:operator does not exist:arc+arc

2006-05-23 Thread Jim C. Nasby
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

[GENERAL] HELP!!!ERROR:operator does not exist:arc+arc

2006-05-23 Thread everest_sun
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 ---(end of broadcast)--- TIP 4: Have you searched ou