From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
---|---|
To: | John Scalia <jayknowsunix(at)gmail(dot)com> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Dropping a loadable library |
Date: | 2015-01-19 19:10:55 |
Message-ID: | 1421694655.25751.10.camel@gunduz.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
On Mon, 2015-01-19 at 13:49 -0500, John Scalia wrote:
> My efforts with pg_upgrade have hit a new, what should be easy solve,
> problem. It failed due to a loadable library being present in 9.3.3
> that I really don't need any longer. My
> problem is, how do I drop a library from the 9.3.3 instance? I've done
> some internet searching, but haven't found anything useful.
If that is an extension, you can drop it with DROP EXTENSION command --
otherwise, run uninstall script and then remove shared library.
Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
From | Date | Subject | |
---|---|---|---|
Next Message | jaime soler | 2015-01-20 14:30:44 | Re: cant see tables in pgadmin III 1.18.1 |
Previous Message | John Scalia | 2015-01-19 18:49:27 | Dropping a loadable library |