From: Regina Obe Date: Mon, 19 Nov 2018 01:12:55 +0000 (+0000) Subject: One more error in raster change - hopefully this is it X-Git-Tag: 3.0.0alpha1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c9facca767d7e5971bc3b11c185e13b30327835;p=postgis One more error in raster change - hopefully this is it References #4231 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17032 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rtpostgis.sql.in b/raster/rt_pg/rtpostgis.sql.in index f1071c11f..f9a7064ee 100644 --- a/raster/rt_pg/rtpostgis.sql.in +++ b/raster/rt_pg/rtpostgis.sql.in @@ -7623,7 +7623,7 @@ CREATE OR REPLACE FUNCTION _drop_raster_constraint_spatially_unique(rastschema n SELECT s.conname INTO cn FROM pg_class c, pg_namespace n, pg_attribute a - , (SELECT connamespace, conrelid, conkey, conindid, contype, conexclop, pg_get_constraintdef(oid) As consrc + , (SELECT connamespace, conname, conrelid, conkey, conindid, contype, conexclop, pg_get_constraintdef(oid) As consrc FROM pg_constraint) AS s , pg_index idx, pg_operator op WHERE n.nspname = $1