Whoops 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.
|
Title: Message
- [pgadmin-support] Overloading functions that are used by ope... Donald Fraser
- Re: [pgadmin-support] Overloading functions that are us... Andreas Pflug
- Re: [pgadmin-support] Overloading functions that are us... Dave Page
- Re: [pgadmin-support] Overloading functions that ar... Donald Fraser
- Re: [pgadmin-support] Overloading functions that are us... Donald Fraser
- Re: [pgadmin-support] Overloading functions that are us... Dave Page
- Re: [pgadmin-support] Overloading functions that are us... Dave Page
- Re: [pgadmin-support] Overloading functions that ar... Donald Fraser
- Re: [pgadmin-support] Overloading functions that are us... Donald Fraser
- Re: [pgadmin-support] Overloading functions that are us... Dave Page