File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,17 @@ EOF
281
281
<listitem>
282
282
<para>
283
283
List all available databases, then exit. Other non-connection
284
- options are ignored. If an explicit database name is not
285
- found the <literal>postgres</literal> database, not the user's,
286
- will be targeted for connection. This is similar to the meta-command
284
+ options are ignored. This is similar to the meta-command
287
285
<command>\list</command>.
288
286
</para>
287
+
288
+ <para>
289
+ When this option is used, <application>psql</application> will connect
290
+ to the database <literal>postgres</literal>, unless a different database
291
+ is named on the command line (option <option>-d</option> or non-option
292
+ argument, possibly via a service entry, but not via an environment
293
+ variable).
294
+ </para>
289
295
</listitem>
290
296
</varlistentry>
291
297
You can’t perform that action at this time.
0 commit comments