Re: Postgres grabbing an old shared object

From: Joe Conway <mail(at)joeconway(dot)com>
To: Kris Kiger <kris(at)musicrebellion(dot)com>
Cc: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgres grabbing an old shared object
Date: 2003-12-09 17:16:49
Message-ID: 3FD60381.80002@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kris Kiger wrote:

> Is there a way to force a shared object to reload? I've compiled a new
> version of a .so, but postgres seems to be pulling the old version out
> of memory. I've tried deleting the .so and recompiling it, but postgres
> is insistant, for some reason, of using the old version. Any ideas?
> Thanks for the help
>

See the LOAD command:
http://www.postgresql.org/docs/current/static/sql-load.html

Joe

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jodi Kanter 2003-12-09 17:17:37 Re: lost database
Previous Message Glenn Wiorek 2003-12-09 16:55:02 Re: Postgres grabbing an old shared object