--- Makefile 2001/06/06 08:37:01 1.2 +++ Makefile 2001/06/06 09:04:28 1.3 @@ -5,7 +5,7 @@ @echo dump,create,drop,insert,fill dump: - pg_dump $(db) > $(db).sql + pg_dump -c $(db) > $(db).sql create: createdb $(db)