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

Commit2c794bc

Browse files
authored
fix: small errors
1 parent3d331aa commit2c794bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on the `GIN` access methods code.
1616

1717
- Slow ranking. It is need position information about lexems to ranking.`GIN`
1818
index doesn't store positions of lexems. So after index scan we need additional
19-
heap scan toretreive lexems positions.
19+
heap scan toretrieve lexems positions.
2020
- Slow phrase search with`GIN` index. This problem relates with previous
2121
problem. It is need position information to perform phrase search.
2222
- Slow ordering by timestamp.`GIN` index can't store some related information
@@ -239,7 +239,7 @@ SELECT * FROM query
239239

240240
For type:`anyarray`
241241

242-
This operator class stores`anyarrray` elements with length of the array.
242+
This operator class stores`anyarray` elements with length of the array.
243243
Supports operators`&&`,`@>`,`<@`,`=`,`%` operators. Supports ordering by`<=>` operator.
244244
For example we have the table:
245245

@@ -278,7 +278,7 @@ SELECT * FROM test_array WHERE i && '{1}' ORDER BY i <=> '{1}' ASC;
278278

279279
For type:`anyarray`
280280

281-
This operator class stores`anyarrray` elements with any supported by module
281+
This operator class stores`anyarray` elements with any supported by module
282282
field.
283283

284284
##Todo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp