@@ -1088,16 +1088,17 @@ testdb=>
1088
1088
<varlistentry>
1089
1089
<term><literal>\dE[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1090
1090
<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>
1091
1092
<term><literal>\ds[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1092
1093
<term><literal>\dt[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1093
1094
<term><literal>\dv[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1094
1095
1095
1096
<listitem>
1096
1097
<para>
1097
1098
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>,
1099
1100
<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,
1101
1102
respectively.
1102
1103
You can specify any or all of
1103
1104
these letters, in any order, to obtain a listing of objects