File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,20 @@ This is an R-Tree implementation using GiST for spherical objects like
13
13
spherical points and spherical circles with useful functions and operators.
14
14
15
15
NOTICE:
16
- This version will work only with PostgreSQL version 9.6 and above.
16
+ This version will work only with PostgreSQL version 10 and above.
17
+
18
+ VERSIONING:
19
+
20
+ Stable versions are marked with tags containing version numbers. Each stable
21
+ version contains upgrade scripts for updating an existing installation to
22
+ a newest version using ALTER EXTENSION UPDATE TO command.
23
+
24
+ The master branch is intended for development purposes and may contain
25
+ intermediate changes. The current version in the master branch as well as its
26
+ functionality is the subject to change.
27
+
28
+ Note: The master branch should not be used in production because the upgrade
29
+ scripts and the lates version number may be changed.
17
30
18
31
INSTALLATION:
19
32
You can’t perform that action at this time.
0 commit comments