pivot_forecast/routes/scale/generate_route_sql.sh

5 lines
228 B
Bash
Raw Normal View History

# execure the sql for scale which builds the sql and inserts into a table
$PG -f gen_scale.sql
# pull the sql out of the table and write it to route directory
$PG -c "SELECT t FROM fc.sql WHERE cmd = 'scale'" -t -A -o scale.sql