We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you take the eto_zones.FC and restore it, as in pg_restore -h eto.cp9nvnuhf8ya.us-west-2.rds.amazonaws.com -U postgres --dbname=etz eto_zones.Fc
pg_restore -h eto.cp9nvnuhf8ya.us-west-2.rds.amazonaws.com -U postgres --dbname=etz eto_zones.Fc
These are because the databse cannot refresh the materialized views without the javascript for fft being loaded. So you need to do the following.
select fft.require_fft(); REFRESH MATERIALIZED VIEW compare.lt_15day_best_final_zone ; REFRESH MATERIALIZED VIEW compare.lt_15day_best_zone_in_zones; REFRESH MATERIALIZED VIEW lt_15day_best_zone_in_zones; REFRESH MATERIALIZED VIEW avg_0625.lt_15day_best_zone_in_zones ; REFRESH MATERIALIZED VIEW avg_0625.station_best_zone_in_zones ; REFRESH MATERIALIZED VIEW compare.station_best_final_zone ;
The text was updated successfully, but these errors were encountered:
@jrmerz Here are the update notes for the ET file.
Sorry, something went wrong.
No branches or pull requests
If you take the eto_zones.FC and restore it, as in
pg_restore -h eto.cp9nvnuhf8ya.us-west-2.rds.amazonaws.com -U postgres --dbname=etz eto_zones.Fc
These are because the databse cannot refresh the materialized views without the javascript for fft being loaded. So you need to do the following.
The text was updated successfully, but these errors were encountered: