"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 ... regression=# create function pg_catalog.textcat(varchar,text) regression-# returns text as 'textcat' language 'internal'; CREATE FUNCTION regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings