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

Commit651896c

Browse files
authored
Merge pull request#46 from vitcpp/readme-versioning-update
Added a short description of versioning for users
2 parents04456c7 +cd82a4d commit651896c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎README.pg_sphere‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,21 @@ 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 in the GitHub
21+
repository at https://github.com/postgrespro/pgsphere/. Each stable version
22+
contains upgrade scripts for updating an existing installation to the latest
23+
version using the ALTER EXTENSION UPDATE TO command.
24+
25+
The master branch is intended for development purposes and may contain
26+
intermediate changes. The current version in the master branch and its
27+
functionality are subject to change.
28+
29+
Note: The master branch should not be used in production because the upgrade
30+
scripts and the current version number may be changed.
1731

1832
INSTALLATION:
1933

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp