@@ -1071,7 +1071,8 @@ testdb=>
1071
1071
1072
1072
<listitem>
1073
1073
<para>
1074
- For each relation (table, view, index, sequence, or foreign table)
1074
+ For each relation (table, view, materialized view, index, sequence,
1075
+ or foreign table)
1075
1076
or composite type matching the
1076
1077
<replaceable class="parameter">pattern</replaceable>, show all
1077
1078
columns, their types, the tablespace (if not the default) and any
@@ -1086,8 +1087,8 @@ testdb=>
1086
1087
1087
1088
<para>
1088
1089
For some types of relation, <literal>\d</> shows additional information
1089
- for each column: column values for sequences, indexed expression for
1090
- indexes and foreign data wrapper options for foreign tables.
1090
+ for each column: column values for sequences, indexed expressions for
1091
+ indexes, and foreign data wrapper options for foreign tables.
1091
1092
</para>
1092
1093
1093
1094
<para>
@@ -1109,8 +1110,9 @@ testdb=>
1109
1110
<para>
1110
1111
If <command>\d</command> is used without a
1111
1112
<replaceable class="parameter">pattern</replaceable> argument, it is
1112
- equivalent to <command>\dtvsE</command> which will show a list of
1113
- all visible tables, views, sequences and foreign tables.
1113
+ equivalent to <command>\dtvmsE</command> which will show a list of
1114
+ all visible tables, views, materialized views, sequences and
1115
+ foreign tables.
1114
1116
This is purely a convenience measure.
1115
1117
</para>
1116
1118
</note>
0 commit comments