paul-rogers 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_r394544334
##########
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:
(Nit: for display formatting, please include a space after the colon.)
----------------------------------------------------------------
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