BUG #13800: There is no UNLOAD command - Mailing list pgsql-bugs

From dmigowski@ikoffice.de
Subject BUG #13800: There is no UNLOAD command
Date
Msg-id 20151206124941.2622.44171@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13800: There is no UNLOAD command  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13800
Logged by:          Daniel Migowski
Email address:      dmigowski@ikoffice.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.

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13794: pgAdmin Crash on launch
Next
From: Tom Lane
Date:
Subject: Re: BUG #13800: There is no UNLOAD command