root/schemas/vegbien.sql.make @ 849
1 |
#!/bin/sh
|
---|---|
2 |
# Creates vegbien.sql by dumping the vegbien db
|
3 |
|
4 |
selfDir="$(dirname -- "$0")" |
5 |
|
6 |
"$selfDir/../bin/postgres_vegbien" pg_dump --schema-only --no-owner \ |
7 |
--no-privileges|grep -v -F "CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql" |