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

Commit a2a480a

Browse files
committed
doc: Add \dm command to psql man page
1 parent a9bb274 commit a2a480a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
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)