LibreOffice 7.6 Βοήθεια
Καθορίζει τις επιλογές σύνδεσης σε βάσεις δεδομένων 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=MyDatabase host=myHost port=5432
όπου
dbname: το όνομα της βάσης δεδομένων που φιλοξενείται στον διακομιστή DBMS.
host (κεντρικός υπολογιστής): το πλήρως αναγνωρισμένο όνομα του διακομιστή RDBMS
port (θύρα): η θύρα διακομιστή. Η προεπιλεγμένη θύρα για την PostgreSQL είναι 5432.
Μπορείτε επίσης να εισαγάγετε τη συμβολοσειρά σύνδεσης ως
postgresql://myHost:port/MyDatabase.
Ανατρέξτε στον διαχειριστή του διακομιστή βάσης δεδομένων για τις σωστές τιμές των λέξεων-κλειδιών που μεταβιβάστηκαν στη συμβολοσειρά σύνδεσης. Οι τιμές για user= και password= αγνοούνται αλλά θα ζητηθούν κατά τη στιγμή της σύνδεσης.
Η συμβολοσειρά σύνδεσης εμφανίζεται στη γραμμή κατάστασης του LibreOffice Base.