[Pljava-dev] preload_libraries and pljava

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] preload_libraries and pljava
Date: 2005-05-07 10:34:42
Message-ID: thhal-0RjJYA8GGyicgPwFpmOJbjRBEzPoL8k@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Marek Lewczuk 2005-05-07 12:29:11 [Pljava-dev] Re: preload_libraries and pljava
Previous Message Marek Lewczuk 2005-05-07 09:33:05 [Pljava-dev] preload_libraries and pljava