Commit 477d243b authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Whitespace fixes in man pages

parent 4aad161c
...@@ -285,8 +285,7 @@ REINDEX INDEX distributors; ...@@ -285,8 +285,7 @@ REINDEX INDEX distributors;
<programlisting> <programlisting>
CREATE INDEX coord_idx ON measured (x, y, (z + t)); CREATE INDEX coord_idx ON measured (x, y, (z + t));
ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000; ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000;
</programlisting> </programlisting></para>
</para>
</refsect1> </refsect1>
......
...@@ -132,7 +132,6 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM ...@@ -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> <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 } ] { <replaceable class="parameter">column_name</replaceable> | ( <replaceable class="parameter">expression</replaceable> ) } [ <replaceable class="parameter">opclass</replaceable> ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
</synopsis> </synopsis>
</refsynopsisdiv> </refsynopsisdiv>
......
...@@ -557,8 +557,7 @@ AND ...@@ -557,8 +557,7 @@ AND
OR OR
... ...
) )
</programlisting> </programlisting></para>
</para>
</refsect2> </refsect2>
</refsect1> </refsect1>
......
...@@ -681,8 +681,7 @@ PostgreSQL documentation ...@@ -681,8 +681,7 @@ PostgreSQL documentation
<computeroutput> <computeroutput>
pg_ctl: server is running (PID: 13718) pg_ctl: server is running (PID: 13718)
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128" /usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
</computeroutput> </computeroutput></screen>
</screen>
The second line is the command that would be invoked in restart mode. The second line is the command that would be invoked in restart mode.
</para> </para>
</refsect2> </refsect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment