Re: old product version number - Mailing list pgsql-jdbc

From Thomas O'Dowd
Subject Re: old product version number
Date
Msg-id 20010629222846.R14557@beast.uwillsee.com
Whole thread Raw
In response to old product version number  (Joel Stevenson <jstevenson@bearriver.com>)
Responses Re: old product version number  (Joel Stevenson <atani@redfish.net>)
List pgsql-jdbc
On Fri, Jun 22, 2001 at 11:29:15AM -0700, Joel Stevenson wrote:
> I'm new to the list, so hello everybody.
>
> Can anybody tell me why the DatabaseMetaData
> getDatabaseProductVersion () method is returning 6.5.2 when I'm
> running version 7.1?  The getDriverVersion correctly returns 7.0.
> Can't find anything in the docs or archives.

the source for that function executes the code "select version()".
What do you get when you psql into you database and execute this?

Tom.
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom@nooper.com - Testing - http://nooper.co.jp/labs

pgsql-jdbc by date:

Previous
From: "vasudeva"
Date:
Subject: Problem in Remote PostgreSQL connection.
Next
From: Joel Stevenson
Date:
Subject: Re: old product version number