LibreOffice 7.6 Súgó
Megadja a PostgreSQL adatbázisokhoz való csatlakozás beállításait.
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=MyDatabase host=myHost port=5432
hol
dbname: az adatbázis neve, amelyet a DBMS-kiszolgálóban tárolnak.
host: az RDBMS-kiszolgáló teljes minősített neve.
port: a kiszolgáló portja. A PostgreSQL alapértelmezett portja 5432.
A kapcsolati karakterláncot megadhatja a következő formában is
postgresql://myHost:port/MyDatabase.
A kapcsolati karakterláncban átadott kulcsszavak helyes értékeit az adatbázis-kiszolgáló rendszergazdájától tudhatja meg. A user= és password= értékeket a rendszer figyelmen kívül hagyja, de a csatlakozáskor kérni fogja őket.
A kapcsolati karakterlánc a LibreOffice Base állapotsorában jelenik meg.