doc: Whitespace fixes in man pages

pull/32/head
Peter Eisentraut 7 years ago
parent 4aad161c9a
commit 477d243b0f
  1. 3
      doc/src/sgml/ref/alter_index.sgml
  2. 1
      doc/src/sgml/ref/alter_table.sgml
  3. 3
      doc/src/sgml/ref/create_policy.sgml
  4. 3
      doc/src/sgml/ref/pg_ctl-ref.sgml

@ -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>

@ -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>

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

@ -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>

Loading…
Cancel
Save