Skip to content

Commit a43fa9c

Browse files
author
Vitaly Davydov
committed
Added simple description of versioning.
1 parent 612f06b commit a43fa9c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.pg_sphere

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ This is an R-Tree implementation using GiST for spherical objects like
1313
spherical points and spherical circles with useful functions and operators.
1414

1515
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.
1730

1831
INSTALLATION:
1932

0 commit comments

Comments
 (0)