LibreOfficeDev 7.4 Help
mReEM‖Specifies the options for connecting to PostgreSQL databases.
Tb6Ng‖Enter the driver specific connection string. The connection string is sequence of keyword/value pairs separated by spaces. For example
wHmxd‖dbname=MyDatabase host=myHost port=5432
HCUdA‖where
okKGB‖dbname: the name of the database hosted in the DBMS server.
4GHUU‖host: the fully qualified name of the RDBMS server
2gktB‖port: the server port. The default port for PostgreSQL is 5432.
GYeTa‖You can also enter the connection string as
qAHKg‖postgresql://myHost:port/MyDatabase.
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.
bsUA3‖The connection string is displayed in the LibreOfficeDev Base status bar.