Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03e7b30

Browse files
committed
Doc: document table persistence display in \dt+.
Forgotten in commit9a2ea61.
1 parent9a2ea61 commit03e7b30

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
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-
andtables. If <literal>+</literal> is
1369+
of these types. For example, <literal>\dti</literal> lists
1370+
tablesandindexes. 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)

[8]ページ先頭

©2009-2025 Movatter.jp