vvysotskyi 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_r394918042
 
 

 ##########
 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",
 
 Review comment:
   Thanks, fixed.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to