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

Commit1922ead

Browse files
author
Vladlen Popolitov
committed
README.md updated
1 parent28e372d commit1922ead

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AnyArray – 1-D anyarray functionality for PostgreSQL
44
Introduction
55
------------
66

7-
AnyArrayis a PostgreSQL extension which implements 1-D anyarray
7+
AnyArray is a PostgreSQL extension which implements 1-D anyarray
88
functionality.
99

1010

@@ -236,6 +236,7 @@ Install the latest version and run in every database you want to upgrade:
236236
```
237237
ALTER EXTENSION anyarray UPDATE;
238238
```
239+
You need to close this database server connection to apply changes.
239240

240241
You can check the version in the current database with psql command:
241242

‎sql/int8.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SELECT t, v FROM test_int8 WHERE v % '{0,1,2,3,4,5,6,7,8,9,10}' ORDER BY t;
7979
SETanyarray.similarity_type=jaccard;
8080
SELECT t, vFROM test_int8WHERE v %'{0,1,2,3,4,5,6,7,8,9,10}'ORDER BY t;
8181
SETanyarray.similarity_type=overlap;
82-
SETanyarray.similarity_threshold=3;
82+
SETanyarray.similarity_threshold=3;
8383
SELECT t, vFROM test_int8WHERE v %'{0,1,2,3,4,5,6,7,8,9,10}'ORDER BY t;
8484
RESETanyarray.similarity_threshold;
8585

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp