OSDN Git Service

Don't reset plpgsql nest level at every command end
[pghintplan/pg_hint_plan.git] / sql / maskout.sh
1 #! /bin/sh
2 cat $1 | \
3 sed 's/cost=[\.0-9]*/cost=xxx/;s/width=[0-9]*/width=xxx/' |\
4 grep -v "Planning time:"