PostgreSQL Help


Supported versions

PostgreSQL 8.2.x - 9.x.x

PostgreSQL How To

Before you can connect to PostgreSQL server you will need to download PostgreSQL ODBC driver. You can install it but it is optional. The only requirement is that PostgreSQL ODBC driver is located somewhere where SqlDbx can find it, for example in a same directory where SqlDbx.exe. Driver can be download from:


PostgreSQL ODBC Driver

Download ZIP version with no install. Open it and extract all *.dll files to SqlDbx or \Drivers directory. This will allow you to connect to PostgreSQL by selecting it from "DBMS Type" combo box on the login screen There's two ways to specify port number if it is different from default (5432).

1. Specify Server name as SERVER:PORT

2. Add line PORT=port_number to Options edit box.