Project

General

Profile

« Previous | Next » 

Revision 13438

schemas/Makefile: vegbien.sql: exclude the same set of Source tables excluded by inputs/.TNRS/schema.sql, so that reinstalling TNRS doesn't change the contents of this file

View differences:

Makefile
108 108

  
109 109
vegbien.sql: public_.sql
110 110
	(cat public_.sql; schema=1 ../bin/pg_dump_vegbien all --schema='geoscrub' \
111
--schema='"TNRS"' --exclude-table='*."~"*' --exclude-table='*."Source"') >$@
111
--schema='"TNRS"' --exclude-table='*."~"*' --exclude-table='*.*\y"Source"\y*') \
112
>$@
112 113
# `all`: prevents auto-adding a --schema entry
114
# exclude the same set of Source tables excluded by inputs/.TNRS/schema.sql, so
115
# that reinstalling TNRS doesn't change the contents of this file
113 116

  
114 117
py_util.sql:
115 118
	env owners=1 $(call pg_dump,py_util)

Also available in: Unified diff