doc: Fix up spacing around verbatim DocBook elements

This commit is contained in:
Peter Eisentraut 2020-06-07 13:34:37 +02:00
parent 4c6f70cd33
commit 9ac0a26210
2 changed files with 5 additions and 5 deletions

View File

@ -740,10 +740,10 @@ CREATE INDEX hidx ON testhstore USING GIN (h);
<para>
Example of creating such an index with a signature length of 32 bytes:
</para>
<programlisting>
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
</programlisting>
</para>
<para>
<type>hstore</type> also supports <type>btree</type> or <type>hash</type> indexes for

View File

@ -115,9 +115,9 @@ Author: Thomas Munro <tmunro@postgresql.org>
old values to new ones can be done using:
</para>
<programlisting>
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
</programlisting>
<programlisting>
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
</programlisting>
</listitem>
<listitem>