@@ -1745,12 +1745,13 @@ hello 10
17451745
17461746
17471747 <varlistentry>
1748- <term><literal>\l</literal> (or <literal>\list</literal>)</term>
1749- <term><literal>\l+</literal> (or <literal>\list+</literal>)</term>
1748+ <term><literal>\l[+]</literal> or <literal>\list[+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
17501749 <listitem>
17511750 <para>
1752- List the names, owners, character set encodings, and access privileges
1753- of all the databases in the server.
1751+ List the databases in the server and show their names, owners,
1752+ character set encodings, and access privileges.
1753+ If <replaceable class="parameter">pattern</replaceable> is specified,
1754+ only databases whose names match the pattern are listed.
17541755 If <literal>+</literal> is appended to the command name, database
17551756 sizes, default tablespaces, and descriptions are also displayed.
17561757 (Size information is only available for databases that the current