mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -04:00
doc: Whitespace fixes in man pages
This commit is contained in:
parent
4aad161c9a
commit
477d243b0f
@ -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…
x
Reference in New Issue
Block a user