class Scenic::Adapters::Postgres::MaterializedViewsNotSupportedError

Raised when a materialized view operation is attempted on a database version that does not support materialized views.

Materialized views are supported on Postgres 9.3 or newer.