LOAD broken? - Mailing list pgsql-bugs

From Dennis Bjorklund
Subject LOAD broken?
Date
Msg-id Pine.LNX.4.44.0309061232080.14280-100000@zigo.dhs.org
Whole thread Raw
Responses Re: LOAD broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I've got a C function in a .so that I use in postgres. While developing it
I want to reload the dynamic library. The docs says that LOAD should do
the trick but nothing happens when I use it.

Have LOAD stoped working and is it now a NOP?

I've tried LOAD both when the function exists in pg, and when I first drop
the function, do the load and then create the function again. But it makes
no difference.

I run redhat 9, maybe load works in other dists/operating systems?

--
/Dennis

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unclear documentation (IMMUTABLE functions)
Next
From: Eugene Chow
Date:
Subject: pl/pgsql problem with search_path