Documentation Error -- JDBC

Поиск
Список
Период
Сортировка
От Patrick May
Тема Documentation Error -- JDBC
Дата
Msg-id 39EA3B71.737238ED@digitalanatomy.com
обсуждение исходный текст
Ответы Re: Documentation Error -- JDBC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
The programmers guide states that in order to load the JDBC
driver, you use the class name "postgresql.Driver"

http://www.postgresql.org/users-lounge/docs/7.0/programmer/jdbc6424.htm

This is only true if you compile the driver to use the 1.1
JDK; if you compile it to use the 1.2 jdk the class will be
"org.postgresql.Driver"

I am using postgresql 7.0.2

Thanks for the good work,
Patrick May

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: permission-error in tables with referential integrity
Следующее
От: Lennert Buytenhek
Дата:
Сообщение: eeeh... buffer leak?