You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/03/18 08:54:19 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #2030: Update docs for Metastore to point that all format plugins are supported

arina-ielchiieva commented on a change in pull request #2030: Update docs for Metastore to point that all format plugins are supported
URL: https://github.com/apache/drill/pull/2030#discussion_r394175256
 
 

 ##########
 File path: _docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md
 ##########
 @@ -142,4 +153,20 @@ You may need to qualify a table name with a schema name for Drill to return data
        | 2 	| 1.2.3.5  |
        +-------+----------+
 
+### Example of Postgres Configuration with `sourceParameters` configuration property
 
+    {
+      type: "jdbc",
+      enabled: true,
+      driver: "org.postgresql.Driver",
+      url:"jdbc:postgresql://1.2.3.4/mydatabase?defaultRowFetchSize=2",
+      username:"user",
+      password:"password",
+      sourceParameters: {
+        minimumIdle : 5,
+        autoCommit: false,
+        connectionTestQuery: "select version() as postgresql_version",
 
 Review comment:
   Missing quotes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services