Revision 12214
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/runscripts/validations.pg.sql.run | ||
---|---|---|
6 | 6 |
|
7 | 7 |
func_override export___schema.pg.sql.run |
8 | 8 |
export_() # usage: rm=1 .../file.run export_ |
9 |
{ echo_func; export___schema.pg.sql.run --table='*._\d*' "$@"; } |
|
9 |
{ |
|
10 |
echo_func |
|
11 |
#need explicit schema so matching tables from other schemas are not included |
|
12 |
export___schema.pg.sql.run --table="\"$schema\"._\d*" "$@" |
|
13 |
} |
|
10 | 14 |
|
11 | 15 |
fi |
Also available in: Unified diff
bugfix: lib/runscripts/validations.pg.sql.run: --table: need to include explicit schema so that matching tables from other schemas are not included