[postgis-tickets] r17032 - One more error in raster change - hopefully this is it
Regina Obe
lr at pcorp.us
Sun Nov 18 05:12:55 PST 2018
Author: robe
Date: 2018-11-18 17:12:55 -0800 (Sun, 18 Nov 2018)
New Revision: 17032
Modified:
trunk/raster/rt_pg/rtpostgis.sql.in
Log:
One more error in raster change - hopefully this is it
References #4231 for PostGIS 3.0
Modified: trunk/raster/rt_pg/rtpostgis.sql.in
===================================================================
--- trunk/raster/rt_pg/rtpostgis.sql.in 2018-11-19 00:07:39 UTC (rev 17031)
+++ trunk/raster/rt_pg/rtpostgis.sql.in 2018-11-19 01:12:55 UTC (rev 17032)
@@ -7623,7 +7623,7 @@
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
More information about the postgis-tickets
mailing list