From 9e37652df31d910ddeca1b880853d47ea8fc8ea6 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 10 Apr 2003 05:16:56 +0000 Subject: [PATCH] Remove old commented out duplicate function. git-svn-id: http://svn.osgeo.org/postgis/trunk@260 b70326c6-7e19-0410-871a-916f4a2858ee --- Attic/postgis_sql_common.sql.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Attic/postgis_sql_common.sql.in b/Attic/postgis_sql_common.sql.in index 3ca21ad2b..c919acd36 100644 --- a/Attic/postgis_sql_common.sql.in +++ b/Attic/postgis_sql_common.sql.in @@ -274,10 +274,6 @@ LANGUAGE 'plpgsql' WITH (iscachable,isstrict); -- - - - - - - - - - - - - - - - - - - - - - - - - - - - -- COMMON FUNCTIONS --- CREATE FUNCTION get_proj4_from_srid(integer) RETURNS text AS --- 'SELECT proj4text::text FROM spatial_ref_sys WHERE srid= $1' --- LANGUAGE 'sql' WITH (iscachable,isstrict); - CREATE FUNCTION srid(chip) RETURNS int4 AS '@MODULE_FILENAME@','srid_chip' -- 2.40.0