File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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);
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
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments