Project

General

Profile

« Previous | Next » 

Revision 12215

bugfix: lib/runscripts/validations.pg.sql.run: updated table match pattern to include the type prefix that validations queries now contain

View differences:

trunk/lib/runscripts/validations.pg.sql.run
9 9
{
10 10
	echo_func
11 11
	#need explicit schema so matching tables from other schemas are not included
12
	export___schema.pg.sql.run --table="\"$schema\"._\d*" "$@"
12
	export___schema.pg.sql.run --table="\"$schema\".[[:alpha:]]+_\d*" "$@"
13 13
}
14 14

  
15 15
fi

Also available in: Unified diff