Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d9443d96
Commit
d9443d96
authored
Jun 20, 2018
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a number of typos
Author: Liudmila Mantrova <l.mantrova@postgrespro.ru>
parent
741ee9dc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
doc/src/sgml/cube.sgml
doc/src/sgml/cube.sgml
+1
-1
doc/src/sgml/pgtrgm.sgml
doc/src/sgml/pgtrgm.sgml
+4
-4
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/ref/pgbench.sgml
+1
-1
doc/src/sgml/release-11.sgml
doc/src/sgml/release-11.sgml
+3
-3
No files found.
doc/src/sgml/cube.sgml
View file @
d9443d96
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
n = 2 * k - 1 means lower bound of <replaceable>k</replaceable>-th
n = 2 * k - 1 means lower bound of <replaceable>k</replaceable>-th
dimension, n = 2 * k means upper bound of
dimension, n = 2 * k means upper bound of
<replaceable>k</replaceable>-th dimension. Negative
<replaceable>k</replaceable>-th dimension. Negative
<replaceable>n</replaceable> denotes
inversed value of
corresponding
<replaceable>n</replaceable> denotes
the inverse value of the
corresponding
positive coordinate. This operator is designed for KNN-GiST support.
positive coordinate. This operator is designed for KNN-GiST support.
</entry>
</entry>
</row>
</row>
...
...
doc/src/sgml/pgtrgm.sgml
View file @
d9443d96
...
@@ -168,15 +168,15 @@
...
@@ -168,15 +168,15 @@
greatest similarity between the first string and any substring of the second
greatest similarity between the first string and any substring of the second
string. However, this function does not add padding to the boundaries of
string. However, this function does not add padding to the boundaries of
the extent. Thus, the number of additional characters present in the
the extent. Thus, the number of additional characters present in the
second string is not considered, except for the mismatched word bound
ry
.
second string is not considered, except for the mismatched word bound
aries
.
</para>
</para>
<para>
<para>
At the same time, <function>strict_word_similarity(text, text)</function>
At the same time, <function>strict_word_similarity(text, text)</function>
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,
<function>strict_word_similarity(text, text)</function> would select the
<function>strict_word_similarity(text, text)</function> would select the
extent of single word <literal>'words'</literal>, whose set of trigrams is
extent of
a
single word <literal>'words'</literal>, whose set of trigrams is
<literal>{" w"," wo","wor","ord","rds","ds "}</literal>
<literal>{" w"," wo","wor","ord","rds","ds "}</literal>
.
<programlisting>
<programlisting>
# SELECT strict_word_similarity('word', 'two words'), similarity('word', 'words');
# SELECT strict_word_similarity('word', 'two words'), similarity('word', 'words');
...
...
doc/src/sgml/ref/pgbench.sgml
View file @
d9443d96
...
@@ -1215,7 +1215,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
...
@@ -1215,7 +1215,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
</row>
</row>
<row>
<row>
<entry><literal>-</literal></entry>
<entry><literal>-</literal></entry>
<entry>sub
s
traction</entry>
<entry>subtraction</entry>
<entry><literal>3 - 2.0</literal></entry>
<entry><literal>3 - 2.0</literal></entry>
<entry><literal>1.0</literal></entry>
<entry><literal>1.0</literal></entry>
</row>
</row>
...
...
doc/src/sgml/release-11.sgml
View file @
d9443d96
...
@@ -1083,7 +1083,7 @@ same commits as above
...
@@ -1083,7 +1083,7 @@ same commits as above
-->
-->
<para>
<para>
Allow vacuum to avoid unnecesary index scans (Masahiko Sawada,
Allow vacuum to avoid unneces
s
ary index scans (Masahiko Sawada,
Alexander Korotkov)
Alexander Korotkov)
</para>
</para>
</listitem>
</listitem>
...
@@ -1594,7 +1594,7 @@ same commits as above
...
@@ -1594,7 +1594,7 @@ same commits as above
-->
-->
<para>
<para>
Allow replication slots to be advanced programatically, rather
Allow replication slots to be advanced program
m
atically, rather
than be consumed by subscribers (Petr Jelinek)
than be consumed by subscribers (Petr Jelinek)
</para>
</para>
...
@@ -1704,7 +1704,7 @@ same commits as above
...
@@ -1704,7 +1704,7 @@ same commits as above
<para>
<para>
Allow <command>ALTER INDEX</command> to set statistics-gathering
Allow <command>ALTER INDEX</command> to set statistics-gathering
targets for expression indexes (Alexander Korotkov, Adrien
n
ayrat)
targets for expression indexes (Alexander Korotkov, Adrien
N
ayrat)
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment