@@ -1088,16 +1088,17 @@ testdb=>
10881088 <varlistentry>
10891089 <term><literal>\dE[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10901090 <term><literal>\di[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1091+ <term><literal>\dm[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10911092 <term><literal>\ds[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10921093 <term><literal>\dt[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10931094 <term><literal>\dv[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10941095
10951096 <listitem>
10961097 <para>
10971098 In this group of commands, the letters <literal>E</literal>,
1098- <literal>i</literal>, <literal>s</literal>,
1099+ <literal>i</literal>, <literal>m</literal>, <literal> s</literal>,
10991100 <literal>t</literal>, and <literal>v</literal>
1100- stand for foreign table, index, sequence, table, and view,
1101+ stand for foreign table, index,materialized view, sequence, table, and view,
11011102 respectively.
11021103 You can specify any or all of
11031104 these letters, in any order, to obtain a listing of objects