From: thomas at tada.se (Thomas Hallgren) Date: Sat, 24 Jun 2006 13:38:20 +0200 Subject: [Pljava-dev] How to load a jar with the postmaster In-Reply-To: <9eaa78b10606231930x2a73bef5n89b2652cbc32f1c5@mail.gmail.com> References: <9eaa78b10606231930x2a73bef5n89b2652cbc32f1c5@mail.gmail.com> Message-ID: <449D242C.9030000@tada.se> Wilson Jr. wrote: > Hello folks, I'm new here and in Pl/Java. > I have a doubt, when I reboot my Postgres Server, I need to reload all > my .jar files ok? > Is it right? What do you mean when you say 'reload'? PL/Java have functions to install, replace, or remove jar files from the database. A jar that is installed will of course remain installed even if you reboot. > How do I put to load all my functions in .jar of my db when > the postmaster start? > There's no need to load anything when the postmaster starts. Please read the documentation. The installation guide http://wiki.tada.se/wiki/display/pljava/Installation+Guide is a good place to start. Regards, Thomas Hallgren