source/text/sdatabase/dabawiz02pgsql.xhp | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-)
New commits: commit 71e1ee638af1e19eceaf242338c811f7300869d6 Author: Juan C. Sanz <jcs...@libreoffice.org> AuthorDate: Fri Jun 30 21:03:06 2023 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Jul 3 13:47:17 2023 +0200 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.hal...@libreoffice.org> (cherry picked from commit 040ae26192794bb54ff3db3dc537599d3e72d27f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153896 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">