diff --git a/doc/functions.sgm b/doc/functions.sgm index 8903c6b..b65f8c0 100644 --- a/doc/functions.sgm +++ b/doc/functions.sgm @@ -30,7 +30,7 @@ - Area of a moc object + Area of a Multi-Order Coverage (MOC) object SELECT area(smoc '0/1-3');]]> diff --git a/doc/install.sgm b/doc/install.sgm index 6af9509..84eacc1 100644 --- a/doc/install.sgm +++ b/doc/install.sgm @@ -6,9 +6,9 @@ &pgsphere; is not the part of the &postgresql; software. You can download - the latest release sources from the + the latest release from the &pgsphere; Releases page. - The sources can also be downloaded by cloning the repository with the + The source code can also be downloaded by cloning the repository with the appropriate release tag. The master branch is intended for development use and may contain the code in a transitional state. It is not recommended for use in production. @@ -27,7 +27,9 @@ The installation script uses &pg_config; utility. Make sure that the environment variable PATH includes path to &pg_config; utility. The path to &pg_config; can be also specified in make command: - make PG_CONFIG=/path/to/pgconfig. + + make PG_CONFIG=/path/to/pgconfig ...]]> + Unpack the downloaded archive and enter the directory: @@ -37,20 +39,20 @@ - Compile the code. By default, &pgsphere; is compiled with the HEALPIX + Compile the code. By default, &pgsphere; is compiled with the &healpix; support. make]]> - or compile without HEALPIX support: + or compile without &healpix; support: make USE_HEALPIX=0]]> - Run regression tests optionally. If the &pgsphere; was compiled without - HEALPIX support, USE_HEALPIX=0 should be specified in make command line. + Run regression tests optionally. If &pgsphere; was compiled without &healpix; + support, USE_HEALPIX=0 should be specified in make command line. make test]]> @@ -59,7 +61,8 @@ Install &pgsphere; files to the installation directories. The installation directories are defined by &pg_config; utility. Superuser (root) access - rights may be required. + rights may be required. If &pgsphere; was compiled without &healpix; support, + USE_HEALPIX=0 should be added after make. make install]]> @@ -89,7 +92,7 @@ . - To get the version of installed pgSphere software: + To get the version of installed &pgsphere; software: SELECT pg_sphere_version();]]> diff --git a/doc/pg_sphere.xml b/doc/pg_sphere.xml index bd62a6e..62cd79d 100644 --- a/doc/pg_sphere.xml +++ b/doc/pg_sphere.xml @@ -26,6 +26,7 @@ &ohgr;"> &OHgr;"> &pgr;"> +HEALPix"> pgSphere"> PostgreSQL"> pg_config">