File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -740,10 +740,10 @@ CREATE INDEX hidx ON testhstore USING GIN (h);
740
740
741
741
<para>
742
742
Example of creating such an index with a signature length of 32 bytes:
743
- </para>
744
743
<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));
746
745
</programlisting>
746
+ </para>
747
747
748
748
<para>
749
749
<type>hstore</type> also supports <type>btree</type> or <type>hash</type> indexes for
Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ Author: Thomas Munro <tmunro@postgresql.org>
115
115
old values to new ones can be done using:
116
116
</para>
117
117
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>
121
121
</listitem>
122
122
123
123
<listitem>
You can’t perform that action at this time.
0 commit comments