BUG #13800: There is no UNLOAD command

From: dmigowski(at)ikoffice(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13800: There is no UNLOAD command
Date: 2015-12-06 12:49:41
Message-ID: 20151206124941.2622.44171@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13800
Logged by: Daniel Migowski
Email address: dmigowski(at)ikoffice(dot)de
PostgreSQL version: 9.1.19
Operating system: Windows
Description:

Hello,

from the documentation i read that LOAD loads a shared library.

While creating extensions in C it is very cumbersome to disconnect, restart,
connect everytime I recompile my C stuff.

A reload option wouldn't help also because on Windows I cannot overwrite the
DLL while it is opened in Postgres, so I need an UNLOAD command.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-12-06 15:57:34 Re: BUG #13800: There is no UNLOAD command
Previous Message Michael Paquier 2015-12-05 11:34:18 Re: BUG #13794: pgAdmin Crash on launch