]> granicus.if.org Git - postgis/commitdiff
Add more descriptive notes detailing difference between files
authorRegina Obe <lr@pcorp.us>
Fri, 16 Mar 2012 08:48:31 +0000 (08:48 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 16 Mar 2012 08:48:31 +0000 (08:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9506 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/legacy.sql.in.c
postgis/legacy_compatibility_layer.sql.in.c

index ba8b09c3e7e64dac78477113836708a7d063b7d4..ecab5444f5a8ec385dda04b5982e4801ad974f01 100644 (file)
@@ -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
 
index 72b84463a0035bca6fbe18a61660bfdf666142ab..09c83d40e6caca4bb35563b855313b5523bf53a1 100644 (file)
@@ -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)