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

From Tom Lane
Subject Re: [ADMIN] Overloading functions that are used by operators.
Date
Msg-id 7014.1057851471@sss.pgh.pa.us
Whole thread Raw
In response to Re: Overloading functions that are used by operators.  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-support
"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

pgadmin-support by date:

Previous
From: "Swapnil"
Date:
Subject: Error Message
Next
From: 김경수
Date:
Subject: Error Message