Return-Path: Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: (qmail 67452 invoked from network); 17 Mar 2009 00:16:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2009 00:16:46 -0000 Received: (qmail 66261 invoked by uid 500); 17 Mar 2009 00:16:46 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 66027 invoked by uid 500); 17 Mar 2009 00:16:45 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 66016 invoked by uid 99); 17 Mar 2009 00:16:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 17:16:45 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [69.49.111.68] (HELO mail168c2.megamailservers.com) (69.49.111.68) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 00:16:38 +0000 X-Authenticated-User: paul.copelandz.com Received: from [127.0.0.1] (ellen.pc.ashlandfiber.net [66.241.90.23] (may be forged)) (authenticated bits=0) by mail168c2.megamailservers.com (8.13.6/8.13.1) with ESMTP id n2H0GDqD017686 for ; Mon, 16 Mar 2009 20:16:16 -0400 Message-ID: <49BEEBC3.4090304@jotobjects.com> Date: Mon, 16 Mar 2009 17:16:03 -0700 From: Paul Copeland Organization: JOT Object Technologies User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: users@openjpa.apache.org Subject: Re: Postgres supported versions References: <49BEDCAD.7080207@jotobjects.com> In-Reply-To: <49BEDCAD.7080207@jotobjects.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I should add that I am using openJPA 1.2 (as it appears to be the stable version and this project is intended for production use). My question is how to tell if openJPA 1.2 supports Postgres 8.2.13. On 3/16/2009 4:11 PM, Paul Copeland wrote: > I would like to use Postgres 8.2 (latest 8.2 minor version is 8.2.13). > > The openJPA manual lists Postgres 8.1.5 as a supported database in > Appendix 2. > > The openJPA reference guide section 4 Database Support says "OpenJPA > can take advantage of any JDBC 2.x compliant driver" and then points > to the table that list Postgres 8.1.5 as an "offically supported > database". > > How do I determine if Postgres 8.2.13 is going to work "out of the > box" with openJPA? > > TIA - Paul > >