From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Travis Bauer <trbauer(at)indiana(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Error in manual |
Date: | 2000-05-18 15:27:06 |
Message-ID: | 23554.958663626@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Travis Bauer <trbauer(at)indiana(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2000-05-18 15:35:19 | Re: initdb and "exit_nicely"... |
Previous Message | Tom Lane | 2000-05-18 15:24:31 | Re: Passing arguments to and INDEX function. |