Revision 3409
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
60 | 60 |
# pg_restore only supports "non-plain-text formats" |
61 | 61 |
# (http://www.postgresql.org/docs/9.1/static/app-pgrestore.html) |
62 | 62 |
|
63 |
%.backup/test: %.backup.sql _always |
|
64 |
rm $< |
|
65 |
|
|
63 | 66 |
#### Maintenance |
64 | 67 |
|
65 | 68 |
confirmRm = $(call confirm,WARNING: This will delete the archived import $(1)!) |
Also available in: Unified diff
backups/Makefile: Added %.backup/test