@@ -1745,12 +1745,13 @@ hello 10
1745
1745
1746
1746
1747
1747
<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>
1750
1749
<listitem>
1751
1750
<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.
1754
1755
If <literal>+</literal> is appended to the command name, database
1755
1756
sizes, default tablespaces, and descriptions are also displayed.
1756
1757
(Size information is only available for databases that the current