@@ -1361,14 +1361,16 @@ testdb=>
1361
1361
In this group of commands, the letters <literal>E</literal>,
1362
1362
<literal>i</literal>, <literal>m</literal>, <literal>s</literal>,
1363
1363
<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,
1365
1366
respectively.
1366
1367
You can specify any or all of
1367
1368
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
1370
1371
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.
1372
1374
If <replaceable class="parameter">pattern</replaceable> is
1373
1375
specified, only objects whose names match the pattern are listed.
1374
1376
By default, only user-created objects are shown; supply a
0 commit comments