Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ac0a26

Browse files
committed
doc: Fix up spacing around verbatim DocBook elements
1 parent 4c6f70c commit 9ac0a26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/src/sgml/hstore.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,10 @@ CREATE INDEX hidx ON testhstore USING GIN (h);
740740

741741
<para>
742742
Example of creating such an index with a signature length of 32 bytes:
743-
</para>
744743
<programlisting>
745-
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
744+
CREATE INDEX hidx ON testhstore USING GIST (h gist_hstore_ops(siglen=32));
746745
</programlisting>
746+
</para>
747747

748748
<para>
749749
<type>hstore</type> also supports <type>btree</type> or <type>hash</type> indexes for

doc/src/sgml/release-13.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Author: Thomas Munro <tmunro@postgresql.org>
115115
old values to new ones can be done using:
116116
</para>
117117

118-
<programlisting>
119-
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
120-
</programlisting>
118+
<programlisting>
119+
SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n);
120+
</programlisting>
121121
</listitem>
122122

123123
<listitem>

0 commit comments

Comments
 (0)