bSmeT‖

gE46A‖PostgreSQL Connection

mReEM‖Specifies the options for connecting to PostgreSQL databases.

QAFTF‖Direct connection to PostgreSQL databases

F62Fu‖The data for the direct connection to a PostgreSQL database can be provided in two different ways:

5QBKj‖Fill in the data

MkUEz‖Connection data can be provided by filling in the top three text boxes. Ask the database administrator for the correct data.

Chhvj‖DBMS/driver-specific connection string

Poqmy‖Instead of entering the data in the text boxes as explained above, or if you need to specify more parameter for the connection, you can enter the driver specific connection string. The connection string is a sequence of keyword/value pairs separated by spaces. For example

wHmxd‖dbname=MyDatabase host=myHost port=5432

HCUdA‖where

GYeTa‖You can also enter the connection string as

qAHKg‖postgresql://myHost:port/MyDatabase.

note

J8uHf‖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

bsUA3‖The connection string is displayed in the LibreOfficeDev Base status bar.


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