mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
doc: Clarify psql --list documentation a bit more
This commit is contained in:
parent
794eb3a8f0
commit
1d81c093db
@ -283,11 +283,17 @@ EOF
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
List all available databases, then exit. Other non-connection
|
List all available databases, then exit. Other non-connection
|
||||||
options are ignored. If an explicit database name is not
|
options are ignored. This is similar to the meta-command
|
||||||
found the <literal>postgres</literal> database, not the user's,
|
|
||||||
will be targeted for connection. This is similar to the meta-command
|
|
||||||
<command>\list</command>.
|
<command>\list</command>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
When this option is used, <application>psql</application> will connect
|
||||||
|
to the database <literal>postgres</literal>, unless a different database
|
||||||
|
is named on the command line (option <option>-d</option> or non-option
|
||||||
|
argument, possibly via a service entry, but not via an environment
|
||||||
|
variable).
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user