diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-04 21:45:35 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-05 02:48:16 +0200 |
commit | 29efaac233accae71a698ad64231f47d0dfc5f62 (patch) | |
tree | d01d2b6b08acf723764667729d7e1f7d9ad364f6 | |
parent | ee8c6dd6dbbf5bba930a9264d9e1929be21dacbb (diff) |
Add bookmarks to PostgreSQL help page
Change-Id: I8e3e52446b9b58e34faf479829ce72cfc4680f8b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154013
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit ccaa099da1def9e89347af3f1759f48f9fa538ba)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154004
-rw-r--r-- | source/text/sdatabase/dabawiz02pgsql.xhp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source/text/sdatabase/dabawiz02pgsql.xhp b/source/text/sdatabase/dabawiz02pgsql.xhp index 92990dacbf..abbdfca5dc 100644 --- a/source/text/sdatabase/dabawiz02pgsql.xhp +++ b/source/text/sdatabase/dabawiz02pgsql.xhp @@ -19,15 +19,17 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id861587404584956"> <bookmark_value>PostgreSQL settings (Base)</bookmark_value> </bookmark> - <bookmark xml-lang="en-US" branch="hid/dbaccess/ui/dbwizconnectionpage/ConnectionPage" id="bm_id701643051950111" localize="false"/> <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> + </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> + <bookmark branch="hid/dbaccess/ui/postgrespage/hostNameEntry" id="bm_id301688517436297" localize="false"/> + <bookmark branch="hid/dbaccess/ui/postgrespage/dbNameEntry" id="bm_id261688517538018" localize="false"/> + <bookmark branch="hid/dbaccess/ui/postgrespage/portNumEntry" id="bm_id111688517542714" localize="false"/> <list type="unordered"> <listitem> <paragraph id="par_id451688208281422" role="listitem"><emph>Database name</emph>: type the name of the specific database.</paragraph> @@ -38,7 +40,8 @@ <listitem> <paragraph id="par_id781688208333506" role="listitem"><emph>Port number</emph>: enter the port number of the DBMS server.</paragraph> </listitem> - </list> + </list> + <bookmark branch="hid/dbaccess/ui/postgrespage/browseurl" id="bm_id881688517530306" localize="false"/> <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> |