Skip to content

PGer/pgsphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1 and above.

INSTALLATION:

  make USE_PGXS=1
  make USE_PGXS=1 install
  -- load functions
  psql <database> < pg_sphere.sql

REGRESSION TEST:

   sudo chown postgres .; sudo -u postgres make USE_PGXS=1 installcheck

LONG REGRESSION TEST:

   sudo chown postgres .; sudo -u postgres make USE_PGXS=1 crushtest

REGRESSION TESTS WITHIN THE SOURCE/BUILD DIRECTORY:

   make USE_PGXS=1 test
   make USE_PGXS=1 test_extented  # long test

The 'make' program must be compatible with GNU make.

For more information have a look at http://pgsphere.projects.postgresql.org/

Have a lot of fun! 

About

pgsphere provides spherical data types, functions, and operators for PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.2%
  • C++ 3.4%
  • Perl 1.6%
  • Yacc 0.9%
  • Makefile 0.5%
  • Lex 0.3%
  • PLpgSQL 0.1%