functions with same name, different args - Mailing list pgsql-hackers

From Brett McCormick
Subject functions with same name, different args
Date
Msg-id 199801272042.MAA10677@abraxas.scene.com
Whole thread Raw
List pgsql-hackers
I notice that all the functions with the same name but different args
are actually sql statements which SELECT the result of the function
call using a different (and unique) name..

Wouldn't this cause slowdowns?  Shouldn't you be able to have a
different name for your function in pgsql than in the shared library,
without having to resort to such hacks?

--brett

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] No: implied sort with group by
Next
From: Brett McCormick
Date:
Subject: Re: [HACKERS] A small type extension example for the contrib directory (fwd)