summaryrefslogtreecommitdiff
path: root/doc/src/sgml/hstore.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2020-06-07 11:34:37 +0000
committerPeter Eisentraut2020-06-07 11:34:37 +0000
commit9ac0a26210901a5869fd7ea83ab1c59489c1aeef (patch)
tree433edeaeaf0d5a2d853bf31b0d53b99cd6aea25e /doc/src/sgml/hstore.sgml
parent4c6f70cd33ac395dea1acca7dabf4cb8556235e7 (diff)
doc: Fix up spacing around verbatim DocBook elements
Diffstat (limited to 'doc/src/sgml/hstore.sgml')
-rw-r--r--doc/src/sgml/hstore.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml
index 9173f27dbef..fd75e92790b 100644
--- a/doc/src/sgml/hstore.sgml
+++ b/doc/src/sgml/hstore.sgml
@@ -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