summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan C. Sanz <jcsanz@libreoffice.org>2023-06-30 21:03:06 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-07-03 12:48:09 +0200
commit00fdaa24ea0de17c8036c3dd594890d6bf666d16 (patch)
treec23829545cc68124aefe67e61e90ccf889b421a5
parented6df33b51517b0abe9a763fd5bea45ba7dd0b9b (diff)
Add new content to the PostgreSQL connection page
Change-Id: I350aa8090026bd151c4a22e9b326dbe5ce304763 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153831 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/sdatabase/dabawiz02pgsql.xhp21
1 files changed, 18 insertions, 3 deletions
diff --git a/source/text/sdatabase/dabawiz02pgsql.xhp b/source/text/sdatabase/dabawiz02pgsql.xhp
index 3b111bf766..92990dacbf 100644
--- a/source/text/sdatabase/dabawiz02pgsql.xhp
+++ b/source/text/sdatabase/dabawiz02pgsql.xhp
@@ -23,9 +23,24 @@
<section id="pgsqlHead">
<h1 id="hd_id971643043442131"><variable id="pgsqlh1"><link href="text/sdatabase/dabawiz02pgsql.xhp">PostgreSQL Connection</link></variable></h1>
<paragraph id="par_id811643043442133" role="paragraph" xml-lang="en-US">Specifies the options for connecting to PostgreSQL databases.</paragraph>
- </section>
- <h2 id="hd_id321643044241406">DBMS/driver-specific connection string</h2>
- <paragraph role="paragraph" id="par_id341643044249556">Enter the driver specific connection string. The connection string is sequence of keyword/value pairs separated by spaces. For example</paragraph>
+ </section>
+ <h2 id="hd_id651688208054254">Direct connection to PostgreSQL databases</h2>
+ <paragraph role="paragraph" id="par_id771688208079289">The data for the direct connection to a PostgreSQL database can be provided in two different ways:</paragraph>
+ <h3 id="hd_id861688208111738">Fill in the data</h3>
+ <paragraph role="paragraph" id="par_id421688208147990">Connection data can be provided by filling in the top three text boxes. Ask the database administrator for the correct data.</paragraph>
+ <list type="unordered">
+ <listitem>
+ <paragraph id="par_id451688208281422" role="listitem"><emph>Database name</emph>: type the name of the specific database.</paragraph>
+ </listitem>
+ <listitem>
+ <paragraph id="par_id431688208308832" role="listitem"><emph>Server</emph>: provide the URL or IP address of the DBMS server.</paragraph>
+ </listitem>
+ <listitem>
+ <paragraph id="par_id781688208333506" role="listitem"><emph>Port number</emph>: enter the port number of the DBMS server.</paragraph>
+ </listitem>
+ </list>
+ <h3 id="hd_id321643044241406">DBMS/driver-specific connection string</h3>
+ <paragraph role="paragraph" id="par_id341643044249556">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</paragraph>
<paragraph role="paragraph" id="par_id471643044279530"><literal>dbname=MyDatabase host=myHost port=5432</literal></paragraph>
<paragraph role="paragraph" id="par_id301643045873140">where</paragraph>
<list type="unordered">