JDBC documentation - issue report

Поиск
Список
Период
Сортировка
От Christopher Barham
Тема JDBC documentation - issue report
Дата
Msg-id 9c3f9281b1e34a7485bd54144bad6068@BL2PR08MB387.namprd08.prod.outlook.com
обсуждение исходный текст
Список pgsql-docs

Hi,

 

Just spotted a possible issue in the Documentation around loading the JDBC driver.  This page documents how: http://jdbc.postgresql.org/documentation/93/load.html

However, as of JDK6/JDBC 4.0, it should not be necessary to use the

Class.forName("org.postgresql.Driver");

method to load the JDBC driver as they are automatically loaded  – see Javadoc here

http://docs.oracle.com/javase/8/docs/api/java/sql/DriverManager.html

 

Cheers,

Chris

 

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Sample archive_command is still problematic
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Sample archive_command is still problematic