doc: Fix up spacing around verbatim DocBook elements
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 7 Jun 2020 11:34:37 +0000 (13:34 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 7 Jun 2020 11:34:37 +0000 (13:34 +0200)
doc/src/sgml/hstore.sgml
doc/src/sgml/release-13.sgml

index 9173f27dbef9d29c8cfc598f369ddc681b4384f5..fd75e92790b30f3cdc13a56cac1427ee2fed25ed 100644 (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
index 8c0dc5a2a84b0ee5edc421e4fc96bc1369758996..74b91d5a3ffec41fce61da1345f890d61de5d4d8 100644 (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>