Examples

James William Pye pgsql at jwp.name
Wed Feb 15 04:07:53 GMT 2006


On Tue, Feb 14, 2006 at 07:16:06PM -0800, Adrian Klaver wrote:
> I thought I had tried that form at some point in my testing. Looking back 
> through my history showed I did, which got me to wondering. Turns out the 
> problem seems to be my using the CREATE OR REPLACE FUNCTION way of creating 
> functions. The REPLACE portion does not seem to apply. In order to have a 
> change take effect I need to close the session and then start a new session.  
> Is this intended or should I file a bug report?

Ah. It's quasi-intended. ;)

This used to update in the way that would meet your expectations. However,
currently, the code that caches functions is rightfully distant from the code
that recompiles/validates the code, which is where I used to signal the cache
that a new version had appeared.

I will reimplement this functionality soon.

Thanks for the notice. I understand how annoying this can be when one is testing
things.
-- 
Regards, James William Pye


More information about the Python-general mailing list