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



##########
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:
       Good point, will do!




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