Project

General

Profile

« Previous | Next » 

Revision 565

vegbien.sql.make: Exclude 'CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql' to avoid restore errors

View differences:

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