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

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.

License

NotificationsYou must be signed in to change notification settings

postgrespro/pgsphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an R-Tree implementation using GiST for spherical objectslike spherical points and spherical circles with useful functions and operators.NOTICE:     This version will work only with postgresql version 9.1 and above.INSTALLATION:  -- build and install  gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config  gmake USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config install  -- load extension  psql -c "CREATE EXTENSION pg_sphere;" <database>REGRESSION TEST (as the same user as the currently running postgresql server):  make USE_PGXS=1 installcheckLONG REGRESSION TEST:  make USE_PGXS=1 crushtestThe 'make' program must be compatible with GNU make.For more information, have a look athttp://pgsphere.projects.postgresql.organdhttps://github.com/akorotkov/pgsphereHave a lot of fun!

About

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.

Resources

License

Stars

Watchers

Forks

Contributors19


[8]ページ先頭

©2009-2025 Movatter.jp