On Wed, Jul 24, 2013 at 09:04:43AM +0200, Christophe Vergon wrote: > Hi, > > After a Dump of a postgis 2.0's database, we try to restore it with this : > http://svn.osgeo.org/postgis/tags/2.0.2/utils/postgis_restore.pl.in > > It works but the topology.topology table is restored only with one > row (my_topo, the default row) all rows wich were created by ourself > with Createtopology('mytoponame',SRID) are not restored. > > Any Idea why ?
Did you create the topology extension in the target database prior to load the data with postgis_restore.pl ? Did the postgis_restore.pl give you any error string to learn from ? --strk; http://strk.keybit.net _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
