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

2003-07-12 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> 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 ...

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

2003-07-11 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> writes: >> I see no such error here ... >> >> regression=# create function pg_catalog.textcat(varchar,text) >> regression-# returns text as 'textcat' language 'internal'; >> CREATE FUNCTION > Andreas (Pflug) reckons it's gone in 7.4, but in 7.3.2 I see: > [ compl