From: thhal at mailblocks.com (Thomas Hallgren) Date: Sat, 07 May 2005 12:34:42 +0200 Subject: [Pljava-dev] preload_libraries and pljava In-Reply-To: References: <427C99C2.70703@mailblocks.com> Message-ID: Marek Lewczuk wrote: > Hi, > PostgreSQL 8.0 contains a feature called "preload_libraries" - > libraries that are to be preloaded at server start. It is really > useful. Can it be used with pljava ? What is the initialization > function's name ? Sure, the pljava can be pre-loaded just like any other module. There is no particular initialization function though since PL/Java is initialized when the first call arrives so don't use a ':' in the preload entry for pljava. A specific initialization function would probably be a good idea. Regards, Thomas Hallgren