Re: CREATE or REPLACE function pg_catalog.*

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: elein <elein(at)varlena(dot)com>
Cc: John Hansen <john(at)geeknet(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE or REPLACE function pg_catalog.*
Date: 2004-11-10 18:04:36
Message-ID: 14256.1100109876@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

elein <elein(at)varlena(dot)com> writes:
> Isn't there a load/unload function for the .so that would work
> in this case?

Won't affect the fmgr_builtins table ... he wanted to replace a builtin,
not a previously-dynamically-loaded function.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Albertson 2004-11-10 18:21:29 Re: [Pgsphere-dev] GIST index concurrency concern
Previous Message elein 2004-11-10 17:56:58 Re: CREATE or REPLACE function pg_catalog.*