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

Commitd9443d9

Browse files
committed
Fix a number of typos
Author: Liudmila Mantrova <l.mantrova@postgrespro.ru>
1 parent741ee9d commitd9443d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

‎doc/src/sgml/cube.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
n = 2 * k - 1 means lower bound of <replaceable>k</replaceable>-th
191191
dimension, n = 2 * k means upper bound of
192192
<replaceable>k</replaceable>-th dimension. Negative
193-
<replaceable>n</replaceable> denotesinversedvalue of corresponding
193+
<replaceable>n</replaceable> denotesthe inversevalue of the corresponding
194194
positive coordinate. This operator is designed for KNN-GiST support.
195195
</entry>
196196
</row>

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@
168168
greatest similarity between the first string and any substring of the second
169169
string. However, this function does not add padding to the boundaries of
170170
the extent. Thus, the number of additional characters present in the
171-
second string is not considered, except for the mismatched wordboundry.
171+
second string is not considered, except for the mismatched wordboundaries.
172172
</para>
173173

174174
<para>
175175
At the same time, <function>strict_word_similarity(text, text)</function>
176-
selects extent of words in the second string. In the example above,
176+
selectsanextent of words in the second string. In the example above,
177177
<function>strict_word_similarity(text, text)</function> would select the
178-
extent of single word <literal>'words'</literal>, whose set of trigrams is
179-
<literal>{" w"," wo","wor","ord","rds","ds "}</literal>
178+
extent ofasingle word <literal>'words'</literal>, whose set of trigrams is
179+
<literal>{" w"," wo","wor","ord","rds","ds "}</literal>.
180180

181181
<programlisting>
182182
# SELECT strict_word_similarity('word', 'two words'), similarity('word', 'words');

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
12151215
</row>
12161216
<row>
12171217
<entry><literal>-</literal></entry>
1218-
<entry>substraction</entry>
1218+
<entry>subtraction</entry>
12191219
<entry><literal>3 - 2.0</literal></entry>
12201220
<entry><literal>1.0</literal></entry>
12211221
</row>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ same commits as above
10831083
-->
10841084

10851085
<para>
1086-
Allow vacuum to avoidunnecesary index scans (Masahiko Sawada,
1086+
Allow vacuum to avoidunnecessary index scans (Masahiko Sawada,
10871087
Alexander Korotkov)
10881088
</para>
10891089
</listitem>
@@ -1594,7 +1594,7 @@ same commits as above
15941594
-->
15951595

15961596
<para>
1597-
Allow replication slots to be advancedprogramatically, rather
1597+
Allow replication slots to be advancedprogrammatically, rather
15981598
than be consumed by subscribers (Petr Jelinek)
15991599
</para>
16001600

@@ -1704,7 +1704,7 @@ same commits as above
17041704

17051705
<para>
17061706
Allow <command>ALTER INDEX</command> to set statistics-gathering
1707-
targets for expression indexes (Alexander Korotkov, Adriennayrat)
1707+
targets for expression indexes (Alexander Korotkov, AdrienNayrat)
17081708
</para>
17091709

17101710
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp