From: Peter Eisentraut Date: Wed, 15 May 2013 01:12:34 +0000 (-0400) Subject: doc: Add \dm command to psql man page X-Git-Tag: REL9_3_BETA2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2a480af889b5d9abce4181e49b6398f0e24b808;p=postgresql doc: Add \dm command to psql man page --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 7547e51b5e..574db5c14c 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1088,6 +1088,7 @@ testdb=> \dE[S+] [ pattern ] \di[S+] [ pattern ] + \dm[S+] [ pattern ] \ds[S+] [ pattern ] \dt[S+] [ pattern ] \dv[S+] [ pattern ] @@ -1095,9 +1096,9 @@ testdb=> In this group of commands, the letters E, - i, s, + i, m, s, t, and v - stand for foreign table, index, 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