Re: Overloading functions that are used by operators.

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Donald Fraser <demolish(at)cwgsy(dot)net>
Cc: "[pgADMIN]" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Overloading functions that are used by operators.
Date: 2003-07-10 11:01:43
Message-ID: 3F0D4797.3000305@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Donald Fraser wrote:

>>>ndreas: Please check this and confirm I'm right.
>>>
>>>
>>Ah no, I just thought that binary operators are only half operators, and
>>we only want to display complete ones, right? ;-)
>>
>>
>>
>
>Well if you try this:
>CREATE OPERATOR pg_catalog.!@ (PROCEDURE = 'abs', RIGHTARG = int4);
>which is a legal operator and one that you would expect to see, it doesn't show
>up with your version of the query but does show up with the above.
>
>
>
Hey Donald,
I was joking!!!
Dave fixed this already.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-07-10 11:32:21 Re: Overloading functions that are used by operators.
Previous Message Dave Page 2003-07-10 11:01:23 FW: Overloading functions that are used by operators.