Doc: document table persistence display in \dt+.
authorTom Lane
Wed, 3 Jul 2019 16:18:10 +0000 (12:18 -0400)
committerTom Lane
Wed, 3 Jul 2019 16:18:10 +0000 (12:18 -0400)
Forgotten in commit 9a2ea6183.

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

index c6c20de24347237d7e043ced0579509c7bd1e3ee..3cd0a99d0793fdb203327007beecee72f13b11b0 100644 (file)
@@ -1361,14 +1361,16 @@ testdb=>
         In this group of commands, the letters E,
         ims,
         t, and v
-        stand for foreign table, index, materialized view, sequence, table, and view,
+        stand for foreign table, index, materialized view,
+        sequence, table, and view,
         respectively.
         You can specify any or all of
         these letters, in any order, to obtain a listing of objects
-        of these types.  For example, \dit lists indexes
-        and tables.  If + is
+        of these types.  For example, \dti lists
+        tables and indexes.  If + is
         appended to the command name, each object is listed with its
-        physical size on disk and its associated description, if any.
+        persistence status (permanent, temporary, or unlogged),
+        physical size on disk, and associated description if any.
         If pattern is
         specified, only objects whose names match the pattern are listed.
         By default, only user-created objects are shown; supply a