mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
doc: fix incorrect 'literal' tags
Discussion: dcc4113d-1eda-4f60-d1c5-f50eee160bad@gmail.com Author: Alexander Law <exclusion@gmail.com> Backpatch-through: 9.6
This commit is contained in:
@@ -830,7 +830,7 @@ testdb=>
|
||||
<para>
|
||||
Establishes a new connection to a <productname>PostgreSQL</>
|
||||
server. The connection parameters to use can be specified either
|
||||
using a positional syntax, or using <literal>conninfo</> connection
|
||||
using a positional syntax, or using <replaceable>conninfo</> connection
|
||||
strings as detailed in <xref linkend="libpq-connstring">.
|
||||
</para>
|
||||
|
||||
@@ -838,7 +838,7 @@ testdb=>
|
||||
Where the command omits database name, user, host, or port, the new
|
||||
connection can reuse values from the previous connection. By default,
|
||||
values from the previous connection are reused except when processing
|
||||
a <literal>conninfo</> string. Passing a first argument
|
||||
a <replaceable>conninfo</> string. Passing a first argument
|
||||
of <literal>-reuse-previous=on</>
|
||||
or <literal>-reuse-previous=off</literal> overrides that default.
|
||||
When the command neither specifies nor reuses a particular parameter,
|
||||
|
||||
Reference in New Issue
Block a user