doc: Whitespace fixes in man pages

This commit is contained in:
Peter Eisentraut 2018-05-21 14:41:27 -04:00
parent 4aad161c9a
commit 477d243b0f
4 changed files with 3 additions and 7 deletions

View File

@ -285,8 +285,7 @@ REINDEX INDEX distributors;
<programlisting>
CREATE INDEX coord_idx ON measured (x, y, (z + t));
ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000;
</programlisting>
</para>
</programlisting></para>
</refsect1>

View File

@ -132,7 +132,6 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<phrase><replaceable class="parameter">exclude_element</replaceable> in an <literal>EXCLUDE</literal> constraint is:</phrase>
{ <replaceable class="parameter">column_name</replaceable> | ( <replaceable class="parameter">expression</replaceable> ) } [ <replaceable class="parameter">opclass</replaceable> ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
</synopsis>
</refsynopsisdiv>

View File

@ -557,8 +557,7 @@ AND
OR
...
)
</programlisting>
</para>
</programlisting></para>
</refsect2>
</refsect1>

View File

@ -681,8 +681,7 @@ PostgreSQL documentation
<computeroutput>
pg_ctl: server is running (PID: 13718)
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
</computeroutput>
</screen>
</computeroutput></screen>
The second line is the command that would be invoked in restart mode.
</para>
</refsect2>