class Scenic::Adapters::Postgres::TemporaryName

Generates a temporary object name used internally by Scenic. This is used during side-by-side materialized view updates to avoid naming collisions. The generated name is based on a SHA1 hash of the original which ensures we do not exceed the 63 character limit for object names.

@api private