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

Commita2a480a

Browse files
committed
doc: Add \dm command to psql man page
1 parenta9bb274 commita2a480a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,16 +1088,17 @@ testdb=>
10881088
<varlistentry>
10891089
<term><literal>\dE[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10901090
<term><literal>\di[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
1091+
<term><literal>\dm[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10911092
<term><literal>\ds[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10921093
<term><literal>\dt[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10931094
<term><literal>\dv[S+] [ <link linkend="APP-PSQL-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
10941095

10951096
<listitem>
10961097
<para>
10971098
In this group of commands, the letters <literal>E</literal>,
1098-
<literal>i</literal>, <literal>s</literal>,
1099+
<literal>i</literal>, <literal>m</literal>, <literal>s</literal>,
10991100
<literal>t</literal>, and <literal>v</literal>
1100-
stand for foreign table, index, sequence, table, and view,
1101+
stand for foreign table, index,materialized view,sequence, table, and view,
11011102
respectively.
11021103
You can specify any or all of
11031104
these letters, in any order, to obtain a listing of objects

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp