id summary reporter owner description type status priority milestone component version resolution keywords cc 1708 postgis_restore not converting ndims and srid constraints to st_... robe strk "Strk - my tables that use the deprecated ndims, srid constraints checks won't load without me first installing legacy_minimal.sql Attached is an example backup. I'm using ActiveState Perl64 if that makes a difference. my script looks like this: {{{ set PGPORT=5434 set PGHOST=localhost set PGUSER=postgres set PGPASSWORD=something set THEDB=test set PGINSTALL=C:\Program Files\PostgreSQL\9.1 set PGBIN=%PGINSTALL%\bin\ set PGLIB=%PGINSTALL%\lib\ set PATH=%PATH%;%PGBIN% perl utils/postgis_restore.pl ""restore_test.backup"" | psql %THEDB% 2> errors_with_test.txt }}} The error file is empty. " defect closed medium PostGIS 2.0.1 build master fixed history