Skip to content

Commit 1922ead

Browse files
author
Vladlen Popolitov
committed
README.md updated
1 parent 28e372d commit 1922ead

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-
AnyArray is 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
SET anyarray.similarity_type=jaccard;
8080
SELECT t, v FROM test_int8 WHERE v % '{0,1,2,3,4,5,6,7,8,9,10}' ORDER BY t;
8181
SET anyarray.similarity_type=overlap;
82-
SET anyarray.similarity_threshold = 3;
82+
SET anyarray.similarity_threshold = 3;
8383
SELECT t, v FROM test_int8 WHERE v % '{0,1,2,3,4,5,6,7,8,9,10}' ORDER BY t;
8484
RESET anyarray.similarity_threshold;
8585

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy