Re: Which JDBC version to use with PostgreSQL 8.1.11?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Which JDBC version to use with PostgreSQL 8.1.11?
Дата
Msg-id Pine.BSO.4.64.0803202207110.21942@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Which JDBC version to use with PostgreSQL 8.1.11?  (Bjørn T Johansen <btj@havleik.no>)
Список pgsql-general

On Thu, 20 Mar 2008, Bj�rn T Johansen wrote:

> Ok, I just thought since the version says 8.1, 8.2 and 8.3 that this
> meant that jdbc version 8.1 should be used for db version 8.1, jdbc
> version 8.2 was meant for db 8.2, and so forth....
>

The version numbering is meant to indicate that for a 8.1 database you
need at least a 8.1 JDBC driver because the driver usually needs some
changes for each new server version, but we maintain compatibility with
previous server versions.  We maintain the older driver versions because
the driver's behavior changes slightly from version to version, so people
can upgrade to get bug fixes without new features/behavior changes.  So if
you're starting a new application with a 8.1 server, there's no reason not
to use the 8.3 driver, but if you're already using the 8.1 driver,
upgrading to the 8.3 driver without testing is not a good idea.

Kris Jurka

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: createuser: could not connect to database postgres: FATAL: could not open file "global/pg_database": No such file or directory
Следующее
От: "Tri Quach"
Дата:
Сообщение: Re: createuser: could not connect to database postgres: FATAL: could not open file "global/pg_database": No such file or directory