may I ask a question in line with that thread:
a few month ago, I failed installing LO-base with PostgreSQL-DB when
I stumbled over the input request
URL of data source ?
Since the PostgreSQL SDBC driver uses the native PostgreSQL protocol
(way more efficient than such kludgy crutches as ODBC or JDBC), the
connection string would have to look like this (one line, pairs of
key=value, separated by a space):
dbname=your_database_name hostaddr=127.0.0.1 port=5432
user=your_database_user password=your_password
Here we are connecting to localhost (127.0.0.1).
What format should that URL have?
Some examples of formally correct URL would help.
What is a possible correct driver name?
The PostgreSQL documentation lists all available options for the
connection string:
http://www.postgresql.org/docs/9.3/static/libpq-connect.html
in section 31.1.1. Connection Strings.
I don't have a clue how to connect to a specific schema within a
PostgreSQL database though, LO only seems to be able to connect the
default schema.
Sincerely,
Wolfgang
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.