Project

General

Profile

« Previous | Next » 

Revision 12214

bugfix: lib/runscripts/validations.pg.sql.run: --table: need to include explicit schema so that matching tables from other schemas are not included

View differences:

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