dpgaspar commented on a change in pull request #14321:
URL: https://github.com/apache/superset/pull/14321#discussion_r619786977



##########
File path: docs/src/pages/docs/Connecting to Databases/postgres.mdx
##########
@@ -25,13 +25,13 @@ Postgres sample connection parameters:
 The connection string looks like:
 
 ```
-postgresql+psycopg2://{username}:{password}@{host}:{port}/{database}
+postgresql://{username}:{password}@{host}:{port}/{database}
 ```
 
-Extra parameters:
+You can require SSL by adding `?sslmode=require` at the end:

Review comment:
       Do you think it would make sense to add a reference to: 
https://www.postgresql.org/docs/9.1/libpq-ssl.html
   section `Table 31-1. SSL Mode Descriptions` it has all sslmode's supported 
by postgres




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to