From: thhal at mailblocks.com (Thomas Hallgren) Date: Mon, 07 Mar 2005 23:42:15 +0100 Subject: [Pljava-dev] Jars as blobs In-Reply-To: <3f71fdf105030714341a4ec06a@mail.gmail.com> References: <3f71fdf10503071417d42171f@mail.gmail.com> <422CD5BE.2010104@mailblocks.com> <3f71fdf105030714341a4ec06a@mail.gmail.com> Message-ID: <422CD8C7.3050807@mailblocks.com> Stephen Crowley wrote: >Oh. That would explain a lot :) Where is the jar data actually stored >when install_jar is called? > In the tables sqlj.jar_repository and sqlj.jar_entry > Also, install_jar takes a file url as a >parameter so the file still has to be on the server. > No, the url is not limited to file. It might just as well be an url starting with ftp:// or http://. > How much work >would it take to make install_jar accept a blob as a parameter so jars >could be installed remotely instead of copying files back to the >server each time? > > Not much. It would be fairly simple to implement. Please add a feature request on this. Regards, Thomas Hallgren