Ok,<br><br>so I notice that the new postgis.sql (on trunk) will create a geometry_columns view.<br><br>But postgis_restore will try to <br><br>DROP TABLE geometry_columns; <br><br>Won't work because it's a view now. Also, the script is setup to replace the geometry_columns from postgis.sql with the geometry_columns from the dumpfile. Meaning the "dumpfile.ascii" tries to create a geometry_columns table (won't work because a view with the same name already exists.)<br>
<br>I've uncommented lines 545-546, hoping to git rid of geometry_columns from the "dumpfile.ascii" file.<br><br>Is this a real problem or am I just making things difficult where they shouldn't be? Does postgis_restore need to get smarter before the release?<br>
<br>Bryce<br>