Re: old product version number

From: "Thomas O'Dowd" <tom(at)nooper(dot)com>
To: Joel Stevenson <jstevenson(at)bearriver(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: old product version number
Date: 2001-06-29 13:28:46
Message-ID: 20010629222846.R14557@beast.uwillsee.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nooper(dot)com - Testing - http://nooper.co.jp/labs

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-06-29 15:43:44 Re: JDBC and security
Previous Message Thomas O'Dowd 2001-06-29 06:25:48 Re: Problem in Remote PostgreSQL connection.