PostgreSQL konexioa
PostgreSQL datu-baseekin konektatzeko aukerak zehazten ditu.
Direct connection to PostgreSQL databases
The data for the direct connection to a PostgreSQL database can be provided in two different ways:
Fill in the data
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.
DBMS/kontrolagailuaren espezifikoa den konexio-katea
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=NireDatubasea host=nireOstalaria port=5432
non
-
dbname: DBMS zerbitzarian ostatatuta dagoen datu-basearen izena.
-
host: RDBMS zerbitzariaren izen kualifikatu osoa
-
port: Zerbitzari-ataka. PostgreSQL aplikazioaren kasuan, ataka lehenetsia 5432 da.
Konexio-katea honako moduan ere sartu daiteke:
postgresql://nireOstalaria:ataka/nireDatubasea.
Hitz egin datu-basearen zerbitzariaren administratzailearekin konexio-katean pasatuko diren gako-hitzen balio zuzenak ezagutzeko. user= eta password= balioei ez ikusiarena egingo zaie, baina konexio-garaian eskatuko dira.
Konexio-katea Collabora Office Base egoera-barran bistaratzen da.