Revision 2093
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/vegbien.sql.make | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
# Creates vegbien.sql by dumping the vegbien db
|
|
2 |
# Creates vegbien.sql by dumping vegbien's public schema
|
|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
"$selfDir/../bin/postgres_vegbien" pg_dump --schema=public --schema-only \ |
|
7 |
--no-owner --no-privileges |
|
6 |
"$selfDir/../bin/pg_dump_vegbien" public |
Also available in: Unified diff
schemas/vegbien.sql.make: Use new pg_dump_vegbien