From: Regina Obe Date: Fri, 16 Mar 2012 08:48:31 +0000 (+0000) Subject: Add more descriptive notes detailing difference between files X-Git-Tag: 2.0.0beta4~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a659238f9c34db9e512b26e0ba5a42a9144aa9;p=postgis Add more descriptive notes detailing difference between files git-svn-id: http://svn.osgeo.org/postgis/trunk@9506 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/legacy.sql.in.c b/postgis/legacy.sql.in.c index ba8b09c3e..ecab5444f 100644 --- a/postgis/legacy.sql.in.c +++ b/postgis/legacy.sql.in.c @@ -1,5 +1,7 @@ -- $Id$ -- Legacy functions without chip functions -- +-- This is the full list including the legacy_compatibility_layer.sql (minimal) +-- so no need to install both legacy and the minimal #include "legacy_compatibility_layer.sql.in.c" --- start functions that in theory should never have been used or internal like stuff deprecated diff --git a/postgis/legacy_compatibility_layer.sql.in.c b/postgis/legacy_compatibility_layer.sql.in.c index 72b84463a..09c83d40e 100644 --- a/postgis/legacy_compatibility_layer.sql.in.c +++ b/postgis/legacy_compatibility_layer.sql.in.c @@ -1,5 +1,9 @@ --- $Id: legacy.sql.in.c 7548 2011-07-02 08:58:38Z robe $ --- Legacy functions without chip functions -- +-- $Id$ +-- Bare minimum Legacy functions -- +-- This file that contains what we have determined are +-- the most common functions used by older apps +-- You should be able to get by with just to support +-- older versions of mapserver, geoserver, qgis, gdal, openjump etc. #include "sqldefines.h" -- Deprecation in 1.2.3 CREATE OR REPLACE FUNCTION AsBinary(geometry)