docs: use proper dialect for redshift (#4823)

Use redshift+psycopg2 instead of the postgresql one.
This commit is contained in:
Riccardo Magliocchetti
2018-04-13 18:13:33 +02:00
committed by Maxime Beauchemin
parent fd84fd89ce
commit daf9a3bfb5

View File

@@ -298,7 +298,7 @@ Here's a list of some of the recommended packages.
+---------------+-------------------------------------+-------------------------------------------------+
| sqlite | | ``sqlite://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| Redshift | ``pip install sqlalchemy-redshift`` | ``postgresql+psycopg2://`` |
| Redshift | ``pip install sqlalchemy-redshift`` | ``redshift+psycopg2://`` |
+---------------+-------------------------------------+-------------------------------------------------+
| MSSQL | ``pip install pymssql`` | ``mssql://`` |
+---------------+-------------------------------------+-------------------------------------------------+