PostgreSQL Connection

Specifies the options for connecting to PostgreSQL databases.

DBMS/driver-specific connection string

Enter the driver specific connection string. The connection string is sequence of keyword/value pairs separated by spaces. For example

dbname=MyDatabase host=myHost port=5432

where

You can also enter the connection string as

postgresql://myHost:port/MyDatabase.

note

Refer to the database server administrator for the correct values of the keywords passed in the connection string. Values for user= and password= are ignored but will be requested at connection time.


tip

The connection string is displayed in the Collabora Office Base status bar.


List of all keyword/value pairs for PostgreSQL 13 connection string. Not every pair is handled by the Collabora Office driver manager.

Please support us!