Re: Error in manual - Mailing list pgsql-general

From Tom Lane
Subject Re: Error in manual
Date
Msg-id 23554.958663626@sss.pgh.pa.us
Whole thread Raw
In response to Error in manual  (Travis Bauer <trbauer@indiana.edu>)
List pgsql-general
Travis Bauer <trbauer@indiana.edu> writes:
> On another note, I noticed that when you load a dynamically loaded c
> library using the create funtion statement in psql, the library is never
> reloaded unless you quit psql and restart it, even if you "drop function",
> change the library, and recreate the function.

I believe there is a "LOAD" command that will reload the library without
needing to restart the backend.  Not sure if that's any easier than
just restarting though...

> but this should probably be noted somewhere in
> the programmers manual.

Agreed.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Passing arguments to and INDEX function.
Next
From: Andrew Sullivan
Date:
Subject: Re: initdb and "exit_nicely"...