From 9ac0a26210901a5869fd7ea83ab1c59489c1aeef Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 7 Jun 2020 13:34:37 +0200 Subject: [PATCH] doc: Fix up spacing around verbatim DocBook elements --- doc/src/sgml/hstore.sgml | 4 ++-- doc/src/sgml/release-13.sgml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml index 9173f27dbe..fd75e92790 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); Example of creating such an index with a signature length of 32 bytes: - - 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)); + hstore also supports btree or hash indexes for diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 8c0dc5a2a8..74b91d5a3f 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -115,9 +115,9 @@ Author: Thomas Munro old values to new ones can be done using: - - SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n); - + +SELECT round(sum(OLD / n::float)) FROM generate_series(1, OLD) s(n); +