...
Important:
SnapLogic will support providing fixes for the issues you might encounter with accounts that use the PostgreSQL driver only until November 2023, after which SnapLogic will not provide support for issues with the PostgreSQL JDBC driver. Therefore, we recommend you to for such scenarios you must migrate from the PostgreSQL JDBC driver to the Redshift JDBC driver before November 2023.
...
Info |
---|
|
JDBC Driver JAR | JDBC Driver Class | JDBC URL | Authentication |
---|---|---|---|
Redshift (default) |
| jdbc:redshift (default/manual) | Authenticates successfully. |
Redshift (manual upload) |
| jdbc:redshift (default/manual) | Authenticates successfully using the manually uploaded JAR file. |
PostgreSQL (default) |
| jdbc:postgresql (default/manual) | Authenticates successfully. |
PostgreSQL (Manual) |
| jdbc:postgresql (default/manual) | Authenticates successfully using the manually uploaded JAR file. |
Redshift JAR |
| jdbc:postgresql (default/manual) | Authenticates successfully using the default PostgreSQL JAR file. |
PostgreSQL JAR |
| jdbc:redshift (default/manual) | Authenticates successfully using the default Redshift JAR file. |
...