Re: Pl/java in 8.4 bet1 sources compilation failed

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Pl/java in 8.4 bet1 sources compilation failed
Дата
Msg-id 4A2029A6.8070806@ejurka.com
обсуждение исходный текст
Ответ на Re: Pl/java in 8.4 bet1 sources compilation failed  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-general
Grzegorz Jaśkiewicz wrote:
> another question, what about tmdb ? it requires java6, so I assumed
> that jdbc is 1.6 friendly.... odd.

I have no idea what "tmdb" is.  JDK 1.6 includes the JDBC 4 API while
1.4 and 1.5 include the JDBC 3 API.  So building pljava doesn't
implement all of the JDBC 4 API and can't be built with JDK 1.6.  It
will run under a 1.6 JVM as long as you don't use methods that are new
in JDBC 4.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Pl/java in 8.4 bet1 sources compilation failed
Следующее
От: Douglas Alan
Дата:
Сообщение: Re: What is the right way to deal with a table with rows that are not in a random order?