@@ -1361,14 +1361,16 @@ testdb=>
13611361 In this group of commands, the letters <literal>E</literal>,
13621362 <literal>i</literal>, <literal>m</literal>, <literal>s</literal>,
13631363 <literal>t</literal>, and <literal>v</literal>
1364- stand for foreign table, index, materialized view, sequence, table, and view,
1364+ stand for foreign table, index, materialized view,
1365+ sequence, table, and view,
13651366 respectively.
13661367 You can specify any or all of
13671368 these letters, in any order, to obtain a listing of objects
1368- of these types. For example, <literal>\dit </literal> lists indexes
1369- and tables . If <literal>+</literal> is
1369+ of these types. For example, <literal>\dti </literal> lists
1370+ tables and indexes . If <literal>+</literal> is
13701371 appended to the command name, each object is listed with its
1371- physical size on disk and its associated description, if any.
1372+ persistence status (permanent, temporary, or unlogged),
1373+ physical size on disk, and associated description if any.
13721374 If <replaceable class="parameter">pattern</replaceable> is
13731375 specified, only objects whose names match the pattern are listed.
13741376 By default, only user-created objects are shown; supply a
0 commit comments