@@ -947,7 +947,8 @@ testdb=>
947947
948948 <listitem>
949949 <para>
950- For each relation (table, view, index, sequence, or foreign table)
950+ For each relation (table, view, materialized view, index, sequence,
951+ or foreign table)
951952 or composite type matching the
952953 <replaceable class="parameter">pattern</replaceable>, show all
953954 columns, their types, the tablespace (if not the default) and any
@@ -962,8 +963,8 @@ testdb=>
962963
963964 <para>
964965 For some types of relation, <literal>\d</> shows additional information
965- for each column: column values for sequences, indexed expression for
966- indexes and foreign data wrapper options for foreign tables.
966+ for each column: column values for sequences, indexed expressions for
967+ indexes, and foreign data wrapper options for foreign tables.
967968 </para>
968969
969970 <para>
@@ -983,8 +984,9 @@ testdb=>
983984 <para>
984985 If <command>\d</command> is used without a
985986 <replaceable class="parameter">pattern</replaceable> argument, it is
986- equivalent to <command>\dtvsE</command> which will show a list of
987- all visible tables, views, sequences and foreign tables.
987+ equivalent to <command>\dtvmsE</command> which will show a list of
988+ all visible tables, views, materialized views, sequences and
989+ foreign tables.
988990 This is purely a convenience measure.
989991 </para>
990992 </note>
0 commit comments