Break out \distv into four separate lines in the psql documentation, for
clarity.
This commit is contained in:
parent
143e755bcf
commit
d319a65358
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.215 2009/01/06 23:01:57 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.216 2009/01/07 04:51:34 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -1113,11 +1113,14 @@ testdb=>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><literal>\distv[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||
<term><literal>\di[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||
<term><literal>\ds[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||
<term><literal>\dt[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||
<term><literal>\dv[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
This is not the actual command name: the letters
|
||||
For the above commands, the letters
|
||||
<literal>i</literal>, <literal>s</literal>,
|
||||
<literal>t</literal>, <literal>v</literal>,
|
||||
<literal>S</literal> stand for index, sequence, table, view,
|
||||
|
Loading…
Reference in New Issue
Block a user