Re: [pgadmin-support] Overloading functions that are used by operators. - Mailing list pgsql-admin

From Tom Lane
Subject Re: [pgadmin-support] Overloading functions that are used by operators.
Date
Msg-id 7014.1057851471@sss.pgh.pa.us
Whole thread Raw
In response to Re: [pgadmin-support] Overloading functions that are used by operators.  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-admin
"Dave Page" <dpage@vale-housing.co.uk> writes:
> Well I always thought you could overload functions in this way, however
> with your example below, although it creates it OK, PostgreSQL (not
> pgAdmin) gives the error 'ERROR: There is more than one function named
> textcat'.

I see no such error here ...

regression=# create function pg_catalog.textcat(varchar,text)
regression-# returns text as 'textcat' language 'internal';
CREATE FUNCTION


            regards, tom lane

pgsql-admin by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Error message using pg_dump with tar format
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: Error message using pg_dump with tar format