Logosopho docs

PostgreSQL

Connect to PostgreSQL databases

PostgreSQL is a powerful, open source relational database. Sopho supports connecting to PostgreSQL databases for performing analytics. More details about PostgreSQL can be found at PostgreSQL.

Connection Details

When configuring a PostgreSQL connection, you will need the following details:

FieldDescription
HostThe hostname or IP address of your PostgreSQL server (e.g. localhost or db.example.com)
PortThe port number, typically 5432 for PostgreSQL
DatabaseThe name of the database to connect to
UsernameYour PostgreSQL username. Prefer a user that has only read permission.
PasswordYour PostgreSQL password
SchemaOptional. The schema to use (defaults to public)

On this page