Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ac0a26

Browse files
committed
doc: Fix up spacing around verbatim DocBook elements
1 parent4c6f70c commit9ac0a26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎doc/src/sgml/hstore.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎doc/src/sgml/release-13.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp