class Scenic::Adapters::Postgres::SideBySide

Updates a view using the ‘side-by-side` strategy where the new view is created and populated under a temporary name before the existing view is dropped and the temporary view is renamed to the original name.