CREATE or REPLACE function pg_catalog.* - Mailing list pgsql-hackers

From John Hansen
Subject CREATE or REPLACE function pg_catalog.*
Date
Msg-id 1100061723.6540.4.camel@localhost.localdomain
Whole thread Raw
Responses Re: CREATE or REPLACE function pg_catalog.*  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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




pgsql-hackers by date:

Previous
From: Steve Crawford
Date:
Subject: Re: CVS should die (was: Possible make_oidjoins_check ...)
Next
From: Neil Conway
Date:
Subject: GiST: range of penalty method?