From cd82a4d963402510aacf7523c4f0d902a0bd7ccc Mon Sep 17 00:00:00 2001 From: Vitaly Davydov Date: Fri, 4 Aug 2023 12:29:35 +0300 Subject: [PATCH] Added simple description of versioning. --- README.pg_sphere | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.pg_sphere b/README.pg_sphere index 6d36fef..8a85c39 100644 --- a/README.pg_sphere +++ b/README.pg_sphere @@ -13,7 +13,21 @@ This is an R-Tree implementation using GiST for spherical objects like spherical points and spherical circles with useful functions and operators. NOTICE: - This version will work only with PostgreSQL version 9.6 and above. + This version will work only with PostgreSQL version 10 and above. + +VERSIONING: + +Stable versions are marked with tags containing version numbers in the GitHub +repository at https://github.com/postgrespro/pgsphere/. Each stable version +contains upgrade scripts for updating an existing installation to the latest +version using the ALTER EXTENSION UPDATE TO command. + +The master branch is intended for development purposes and may contain +intermediate changes. The current version in the master branch and its +functionality are subject to change. + +Note: The master branch should not be used in production because the upgrade +scripts and the current version number may be changed. INSTALLATION: