diff options
-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> |