Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03e7b30

Browse files
committed
Doc: document table persistence display in \dt+.
Forgotten in commit 9a2ea61.
1 parent 9a2ea61 commit 03e7b30

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/ref/psql-ref.sgml

+6-4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)