From: Sandro Santilli Date: Mon, 12 Dec 2011 22:42:36 +0000 (+0000) Subject: Skip constraints on raster_columns and raster_overviews X-Git-Tag: 2.0.0alpha1~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5665989f727239e45bddf5cc40e14c1182b3938;p=postgis Skip constraints on raster_columns and raster_overviews git-svn-id: http://svn.osgeo.org/postgis/trunk@8368 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/new_postgis_restore.pl b/utils/new_postgis_restore.pl index 8295c34db..91fee08ae 100755 --- a/utils/new_postgis_restore.pl +++ b/utils/new_postgis_restore.pl @@ -299,6 +299,8 @@ CAST CAST (topology.topogeometry AS geometry) CAST CAST (topology.topogeometry AS public.geometry) CONSTRAINT geometry_columns_pk CONSTRAINT spatial_ref_sys_pkey +CONSTRAINT raster_columns_pk +CONSTRAINT raster_overviews_pk DOMAIN topoelement DOMAIN topoelementarray FUNCTION addauth(text)