Advanced Features
This section details a selection of advanced features of the PostgreSQL driver.
SSL Configuration
Use SSL Configuration to adjust how driver handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .
Firewall and Proxy
Configure the driver for compliance with Firewall and Proxy, including Windows proxies. You can also set up tunnel connections.
Linked Server
The driver can create a SQL Gateway that can execute linked server queries. If you are using Windows, you can also set up ODBC remoting, which enables you to connect to the ODBC driver from remote machines.
SQL Gateway
The Connect from MySQL Workbench enables remote access to ODBC data sources as virtual SQL Servers or MySQL databases. In addition to brokering requests, the SQL Gateway allows for secure connections through firewalls. Connections are secured via TLS/SSL. SQL Gateway also supports SSH reverse tunneling, which is very useful for allowing cloud services to access on-premises data.