Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 6162E2E302D for ; Mon, 14 Jan 2008 23:52:02 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 75397-04-2 for ; Mon, 14 Jan 2008 23:51:48 -0400 (AST) Received: from mail63.csoft.net (leary.csoft.net [205.205.214.5]) by postgresql.org (Postfix) with SMTP id 2900A2E3033 for ; Mon, 14 Jan 2008 23:51:57 -0400 (AST) Received: (qmail 25192 invoked by uid 1112); 15 Jan 2008 03:51:55 -0000 Date: Mon, 14 Jan 2008 22:51:55 -0500 (EST) From: Kris Jurka X-X-Sender: books@leary.csoft.net To: Josh Berkus cc: "juergen_reif.nbg@t-online.de" , pgsql-hackers@postgresql.org, pljava-dev@pgfoundry.org Subject: Re: Pl/Java broken since Postgresql 8.3-rc1 In-Reply-To: <478B93AA.6020803@agliodbs.com> Message-ID: References: <1JERJg-0QgqK80@fwd30.aul.t-online.de> <478B93AA.6020803@agliodbs.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200801/576 X-Sequence-Number: 112850 On Mon, 14 Jan 2008, Josh Berkus wrote: > Juergen, > >> Is a pljava.dll for version 8.2.6 out? >> It's very important for me, need it for my office. > > Try e-mailing pgsql-jdbc mailing list and asking there. > The correct list is actually pljava-dev@pgfoundry.org. The JDBC driver and the server side language have little in common. I've put up a new pljava build against 8.2.6 for windows here: http://www.ejurka.com/pgsql/pljava/826/ In this case you need the new pljava.jar as well as the .dll because it's had some updates since the previous release as well. Kris Jurka