Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In the Astun Spatial Data Warehouse there is a Staff role which everyone inherits from and all unrestricted schemas have Usage granted to Staff Removing this makes the schema restricted only to those who inherit the <schema_name>_viewer or <schema_name>_editor role.

Restrict a Schema
REVOKE USAGE ON SCHEMA <schema_name> FROM staff;
  • No labels