1
0
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:
Bruce Momjian
2016-08-23 12:45:33 -04:00
parent d2ddee63b4
commit ff066481b0
4 changed files with 5 additions and 5 deletions

View File

@@ -830,7 +830,7 @@ testdb=&gt;
<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=&gt;
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,