Re: pg_restore new option -m
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: ohp@pyrenet.fr
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers list <pgsql-hackers@postgresql.org>
Date: 2009-02-19T15:07:03Z
Lists: pgsql-hackers
ohp@pyrenet.fr wrote: >> >>> pg_restore -C -m 4 -d template1 db.dmp >>> gives numerous errors, mostly no such relation at index creation time. >> >> You sure you don't get exactly the same without -m? >> > yes! > the pg.gz script shows the output of : > pg_restore -C -m > pg_restore -C > dropdb;createdb; pg_restore -m > > OK, I'll look at it later today. cheers andrew