From: Peter Eisentraut Date: Sun, 7 Jun 2020 11:34:37 +0000 (+0200) Subject: doc: Fix up spacing around verbatim DocBook elements X-Git-Tag: REL_13_BETA2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac0a26210901a5869fd7ea83ab1c59489c1aeef;p=thirdparty%2Fpostgresql.git doc: Fix up spacing around verbatim DocBook elements --- 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); 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 8c0dc5a2a84..74b91d5a3ff 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); +