From a4c70f52228320906c7c10713d01152006a9dfae Mon Sep 17 00:00:00 2001
From: David Blasby <dblasby@gmail.com>
Date: Wed, 12 Dec 2001 22:21:59 +0000
Subject: [PATCH] changed setSRID(chip and geometry, int) so its cachable

git-svn-id: http://svn.osgeo.org/postgis/trunk@111 b70326c6-7e19-0410-871a-916f4a2858ee
---
 postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postgis.sql.in b/postgis.sql.in
index d5b802e29..8efcc5edd 100644
--- a/postgis.sql.in
+++ b/postgis.sql.in
@@ -499,7 +499,7 @@ CREATE FUNCTION geometryfromtext(geometry,int4)
 CREATE FUNCTION setSRID(geometry,int4)
    RETURNS geometry
    AS '@MODULE_FILENAME@','geometry_from_text'
-	     LANGUAGE 'c'  with (isstrict);
+	     LANGUAGE 'c'  with (isstrict,iscachable);
 
 ------- spheroid calcs
 
-- 
2.40.0