From: Regina Obe Date: Tue, 22 Mar 2011 13:54:44 +0000 (+0000) Subject: more cleanup X-Git-Tag: 2.0.0alpha1~1847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a12dfe36c6e506d447dcc8fac401c5ee19742560;p=postgis more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@6955 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/introduction.xml b/doc/introduction.xml index 82e2916d0..4dededdd5 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -176,11 +176,15 @@ The GEOS geometry operations library, and the algorithmic work of Martin Davis in making it all work, ongoing maintenance and support of - Mateusz Loskot, Paul Ramsey and others. + Mateusz Loskot, Sandro Santilli (strk), Paul Ramsey and others. The Proj4 cartographic projection library, and the work of Gerald Evenden and Frank Warmerdam in creating and maintaining it. + + Last but not least, the PostgreSQL DBMS, + The giant that PostGIS stands on. Much of the speed and flexibility of PostGIS would not be possible without + the extensibility, great query planner, GIST index, and plethora of SQL features provided by PostgreSQL.