From: Magnus Hagander Date: Wed, 20 Jun 2018 14:01:18 +0000 (+0200) Subject: Fix a number of typos X-Git-Tag: REL_11_BETA2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9443d9608a872b1aa8697fa6f40a41573a35f9d;p=postgresql Fix a number of typos Author: Liudmila Mantrova --- diff --git a/doc/src/sgml/cube.sgml b/doc/src/sgml/cube.sgml index e010305d84..c6e586270a 100644 --- a/doc/src/sgml/cube.sgml +++ b/doc/src/sgml/cube.sgml @@ -190,7 +190,7 @@ n = 2 * k - 1 means lower bound of k-th dimension, n = 2 * k means upper bound of k-th dimension. Negative - n denotes inversed value of corresponding + n denotes the inverse value of the corresponding positive coordinate. This operator is designed for KNN-GiST support. diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 42e24268af..83b0033d7a 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -168,15 +168,15 @@ greatest similarity between the first string and any substring of the second string. However, this function does not add padding to the boundaries of the extent. Thus, the number of additional characters present in the - second string is not considered, except for the mismatched word boundry. + second string is not considered, except for the mismatched word boundaries. At the same time, strict_word_similarity(text, text) - selects extent of words in the second string. In the example above, + selects an extent of words in the second string. In the example above, strict_word_similarity(text, text) would select the - extent of single word 'words', whose set of trigrams is - {" w"," wo","wor","ord","rds","ds "} + extent of a single word 'words', whose set of trigrams is + {" w"," wo","wor","ord","rds","ds "}. # SELECT strict_word_similarity('word', 'two words'), similarity('word', 'words'); diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 7bd01a24ea..7f92c7755e 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1215,7 +1215,7 @@ pgbench options d - - substraction + subtraction 3 - 2.0 1.0 diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index de74b33b87..8f3c7e5254 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -1083,7 +1083,7 @@ same commits as above --> - Allow vacuum to avoid unnecesary index scans (Masahiko Sawada, + Allow vacuum to avoid unnecessary index scans (Masahiko Sawada, Alexander Korotkov) @@ -1594,7 +1594,7 @@ same commits as above --> - Allow replication slots to be advanced programatically, rather + Allow replication slots to be advanced programmatically, rather than be consumed by subscribers (Petr Jelinek) @@ -1704,7 +1704,7 @@ same commits as above Allow ALTER INDEX to set statistics-gathering - targets for expression indexes (Alexander Korotkov, Adrien nayrat) + targets for expression indexes (Alexander Korotkov, Adrien Nayrat)