Skip to content

Instantly share code, notes, and snippets.

@malkab
Created December 22, 2020 11:56
Show Gist options
  • Save malkab/b16cf7ee25a204feb21c4b37dd5eb6f3 to your computer and use it in GitHub Desktop.
Save malkab/b16cf7ee25a204feb21c4b37dd5eb6f3 to your computer and use it in GitHub Desktop.
PostgreSQL - Materialized Views
-- Refresh a materialized view
REFRESH MATERIALIZED VIEW whatever;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment