Revision 565
Added by Aaron Marcuse-Kubitza almost 13 years ago
schemas/vegbien.sql.make | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
exec "$selfDir/../bin/postgres_vegbien" pg_dump --schema-only --no-owner \ |
|
7 |
--no-privileges |
|
6 |
"$selfDir/../bin/postgres_vegbien" pg_dump --schema-only --no-owner \ |
|
7 |
--no-privileges|grep -v -F "CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql" |
Also available in: Unified diff
vegbien.sql.make: Exclude 'CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql' to avoid restore errors