--- Makefile 2000/04/12 08:11:45 1.1 +++ Makefile 2002/02/04 15:55:10 1.2 @@ -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)