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