Fw: Overloading functions that are used by operators.

From: "Donald Fraser" <demolish(at)cwgsy(dot)net>
To: "[pgADMIN]" <pgadmin-support(at)postgresql(dot)org>
Subject: Fw: Overloading functions that are used by operators.
Date: 2003-07-08 20:33:55
Message-ID: 010601c34590$43847ff0$1664a8c0@DEMOLITION
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

MessageWhoops did it again - used the reply again without changing the to:

----- Original Message -----
From: Donald Fraser
To: Dave Page
Sent: Tuesday, July 08, 2003 9:26 PM
Subject: Re: [pgadmin-support] Overloading functions that are used by operators.

Hi Dave,
if you want an easy way to reproduce it do the following:

CREATE FUNCTION pg_catalog.textcat(varchar, text) RETURNS text AS 'textcat' LANGUAGE 'internal' IMMUTABLE STRICT;
This wouldn't normally be necessary as we have type casting that will handle it and or operators but anyway that's beside the point...

Either the above statement is illegal or you have to find a different method for locating the function name associated with an operator.
That's the crux of the matter.

Regards
Donald Fraser.
----- Original Message -----
From: Dave Page
To: Donald Fraser ; [ADMIN]
Cc: [pgADMIN]
Sent: Tuesday, July 08, 2003 9:12 PM
Subject: RE: [pgadmin-support] Overloading functions that are used by operators.

-----Original Message-----
From: Donald Fraser [mailto:demolish(at)cwgsy(dot)net]
Sent: 08 July 2003 21:00
To: [ADMIN]
Cc: [pgADMIN]
Subject: [pgadmin-support] Overloading functions that are used by operators.

I have a question regarding operators which are causing problems with the new pgAdmin III software being developed and my database.
The problem has been discussed in depth with the pgAdmin III development team and they have not been able to resolve the issue and suggested that I have either done something that I shouldn't have of or that there is a possible bug with postgresql.

Where was it discussed in depth? The last I heard was that Andreas was going to look into it.

I will see if I can reproduce the problem myself.

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-07-08 20:49:05 Re: Overloading functions that are used by operators.
Previous Message Donald Fraser 2003-07-08 20:19:45 Re: Overloading functions that are used by operators.