SQLEditor Icon

Postgresql

First obtain a suitable driver:

Then install the driver:

  1. Copy the jdbc driver to /Library/Java/Extensions
  2. Edit /usr/local/pgsql/data/postgresql.conf so that tcpip_socket = true is set.

    It may be set to false or not be present at all in the default settings

SQLEditor should find this driver automatically