Re: BUG #13800: There is no UNLOAD command

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13800: There is no UNLOAD command
Date: 2015-12-07 05:57:54
Message-ID: 56651FE2.60107@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 12/6/2015 9:42 PM, Daniel Migowski wrote:
> Thanks for that explanation.
>
> I need to restart the server because on Windows I can't overwrite the DLL while it is loaded. So I have to restart the server every time. And because of my paying customers I have to do coding on Windows.

when you close a connection, the postgres process servicing that
connection closes, this should close any DLL's it has open. naturally,
you'd need to close ALL the connections to the database that has the dll
loaded ...

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sebastian.sierra 2015-12-07 15:29:28 BUG #13803: too many clients exception
Previous Message Daniel Migowski 2015-12-07 05:42:51 Re: BUG #13800: There is no UNLOAD command