Skip to content

Commit

Permalink
Add schema access requirement to JDBC driver doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlodin authored and electrum committed Nov 10, 2021
1 parent 56f77ee commit 016c05e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/main/sphinx/installation/jdbc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ as those used for reporting and database development, use the JDBC driver.
Requirements
------------

The JDBC driver is compatible with Java versions 8 or higher, and can be used with
applications running on Java virtual machines version 8 or higher.
The Trino JDBC driver has the following requirements:

* Java version 8 or higher.
* All users that connect to Trino with the JDBC driver must be granted access to
query tables in the ``system.jdbc`` schema.

Installing
----------
Expand Down

0 comments on commit 016c05e

Please sign in to comment.