"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 ...
"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