CREATE or REPLACE function pg_catalog.*

From: John Hansen <john(at)geeknet(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE or REPLACE function pg_catalog.*
Date: 2004-11-10 04:42:04
Message-ID: 1100061723.6540.4.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When doing CREATE or REPLACE FUNCTION of a builtin function, it seems to
have no effect if its in the 'C" language. SQL functions seem to work,
but as neilc pointed out, it may be due to the SQL function being
inlined.

The builtin function is still called, not the userdefined function for
'C' language functions.

... John

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2004-11-10 04:49:16 GiST: range of penalty method?
Previous Message Ed L. 2004-11-10 00:20:47 Re: server auto-restarts and ipcs