You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `mz_internal.mz_overridden_system_parameters`, a materialized view
exposing environment-wide system parameter overrides set via `ALTER
SYSTEM`. It mirrors the existing `mz_cluster_system_parameters` and
`mz_replica_system_parameters` views, projecting the durable
`system_configurations` collection out of `mz_catalog_raw` where the
record kind is `ServerConfiguration`.
This lets any user observe the effective environment-wide overrides
without `SHOW ALL`, which only surfaces a limited set unless the session
is the highly privileged `mz_system` user.
Like the scoped views, it lists only parameters with an explicit
override. Parameters left at their default are absent.
Tests: extends the catalog testdrive listing and the autogenerated
mz_internal, oid, information_schema_tables, and catalog_server_explain
sqllogictest snapshots. Makes catalog_server_explain hermetic with a
`reset-server` directive so role OIDs from preceding files no longer leak
into its constant-folded plans.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments