postgis/doc/postgis.xml

66 lines
2.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!-- This value is automatically generated by the Makefile -->
<!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
<!-- Change these values to update the version numbers referenced within the documentation -->
<!ENTITY last_proj_release_version "4.6.1">
<!ENTITY last_geos_release_version "3.0.3">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY faq SYSTEM "faq.xml">
<!ENTITY using_postgis SYSTEM "using_postgis.xml">
<!ENTITY performance_tips SYSTEM "performance_tips.xml">
<!ENTITY reference SYSTEM "reference.xml">
<!ENTITY reference_new SYSTEM "reference_new.xml">
<!ENTITY postgis_aggs_mm SYSTEM "postgis_aggs_mm.xml">
<!ENTITY reporting SYSTEM "reporting.xml">
<!ENTITY release_notes SYSTEM "release_notes.xml">
]>
<book>
<title>PostGIS &last_release_version; Manual</title>
<bookinfo>
<editor>
<firstname>Paul</firstname>
<surname>Ramsey</surname>
<affiliation>
<orgname><ulink url="http://www.refractions.net">Refractions Research
Inc</ulink></orgname>
<address><street>Suite 300, 1207 Douglas Street</street> <city>Victoria</city>
<state>British Columbia</state> <country>Canada</country>
<email>pramsey@refractions.net</email></address>
</affiliation>
</editor>
<abstract>
<para>PostGIS is an extension to the PostgreSQL object-relational
database system which allows GIS (Geographic Information Systems)
objects to be stored in the database. PostGIS includes support for
GiST-based R-Tree spatial indexes, and functions for analysis and
processing of GIS objects.</para>
<para>This is the manual for version &last_release_version;</para>
</abstract>
</bookinfo>
&introduction;
&installation;
&faq;
&using_postgis;
&performance_tips;
&reference;
&reference_new;
&postgis_aggs_mm;
&reporting;
&release_notes;
</book>