Guida di LibreOffice 7.6
Specifica le opzioni per collegarsi ai database PostgreSQL.
The data for the direct connection to a PostgreSQL database can be provided in two different ways:
Connection data can be provided by filling in the top three text boxes. Ask the database administrator for the correct data.
Database name: type the name of the specific database.
Server: provide the URL or IP address of the DBMS server.
Port number: enter the port number of the DBMS server.
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
dbname=MioDatabase host=mioHost port=5432
dove
dbname: il nome del database ospitato nel server DBMS.
host: il nome del server RDBMS
port: la porta del server. La porta standard per PostgreSQL è 5432.
È possibile inserire la stringa di connessione anche come
postgresql://mioHost:port/MioDatabase.
Consultare l'amministratore del server di database per conoscere i valori corretti delle parole chiave passate nella stringa di connessione. I valori di user= e password= sono ignorati, ma verranno richiesti al momento della connessione.
La stringa di connessione è mostrata nella barra di stato di LibreOffice Base.