mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
doc: libpq connection options can override command-line flags
Reported-by: Alexander Lakhin Discussion: https://postgr.es/m/16486-b9c93d71c02c4907@postgresql.org Backpatch-through: 9.5
This commit is contained in:
@@ -252,8 +252,9 @@ PostgreSQL documentation
|
||||
<term><option>--dbname=<replaceable class="parameter">connstr</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies parameters used to connect to the server, as a connection
|
||||
string. See <xref linkend="libpq-connstring"/> for more information.
|
||||
Specifies parameters used to connect to the server, as a <link
|
||||
linkend="libpq-connstring">connction string</link>; these
|
||||
will override any conflicting command line options.
|
||||
</para>
|
||||
<para>
|
||||
The option is called <literal>--dbname</literal> for consistency with other
|
||||
|
||||
Reference in New Issue
Block a user