[pgjdbc/pgjdbc] 90535d: docs - change load.md to reflect current practice ...

From: bpd0018 <bpd0018(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 90535d: docs - change load.md to reflect current practice ...
Date: 2018-01-08 12:18:40
Message-ID: 5a5361a058fd6_b642afc2be47bfc773f1@hookshot-fe-7191cb1.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 90535d9289141c398b2e62f2ee7571617c5aecc3
https://github.com/pgjdbc/pgjdbc/commit/90535d9289141c398b2e62f2ee7571617c5aecc3
Author: bpd0018 <bpd0018(at)gmail(dot)com>
Date: 2018-01-08 (Mon, 08 Jan 2018)

Changed paths:
M docs/documentation/head/load.md

Log Message:
-----------
docs - change load.md to reflect current practice (#1058)

The documentation in head should reflect current best practice while still providing the historical background needed by developers who are maintaining older code. I think this documentation change covers the significant points
1. you no longer need to explicitly load the driver
2. the driver jar file must be on the classpath in order for the driver to load
3. the old way still works but isn't needed

Browse pgsql-jdbc by date

  From Date Subject
Next Message bpd0018 2018-01-08 12:19:04 [pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057)
Previous Message Vladimir Sitnikov 2018-01-08 11:23:44 [pgjdbc/pgjdbc] a3982b: test: run Travis tests with non-default time zone