OSDN Git Service

Change verision to 1.1.1. Change target version to 9.4.
[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:"