From: ambulimama at gmail.com (Nelli Vanan) Date: Wed, 22 Oct 2008 13:52:19 -0400 Subject: [Pljava-dev] How to un-install a jar from db In-Reply-To: <6d7730550810211232p3ce7917fp532c1932ab58e18@mail.gmail.com> References: <6d7730550810211232p3ce7917fp532c1932ab58e18@mail.gmail.com> Message-ID: <6d7730550810221052w1b9b898drde8d8adbb5d6f559@mail.gmail.com> OK, sorry. I used the deploy.jar for doing everything and it works fine. On Tue, Oct 21, 2008 at 3:32 PM, Nelli Vanan wrote: > Hi there, > > I installed a jar using > SELECT sqlj.install_jar('file:///usr/lib/pgsql/helloworld.jar', > 'helloworld_jar', false); > > Is there a way to uninstall it. > > Thank you. >