]> granicus.if.org Git - postgis/commit
Do restore spatial_ref_sys from dump, temporarly disabling srid check
authorSandro Santilli <strk@keybit.net>
Fri, 16 Dec 2011 17:20:17 +0000 (17:20 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 16 Dec 2011 17:20:17 +0000 (17:20 +0000)
commit34e8b4a2f5ffa0c8629bdd0c76a99b18728c763b
tree679b05cdbcc1e74fa040b39412aa5f8b5070d85c
parent03747176680853220171f2fade6f29e82f8edcc9
Do restore spatial_ref_sys from dump, temporarly disabling srid check

Assuming you don't source spatial_ref_sys.sql prior to run
postgis_restore.pl you would always end up with all your data
in the table and if no SRIDS are out of the valid range you'd
also have the constraint in place.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8447 b70326c6-7e19-0410-871a-916f4a2858ee
utils/postgis_restore.pl