Expand description
Shared persisted sequence ACL and stable owner identity values.
Structs§
- Sequence
AclEntry - One explicit sequence ACL path.
NoneonSequenceRow::aclretainsPostgreSQL’s default owner-only privileges. - Sequence
Owner - Stable owner identity for a sequence dependency. Names are deliberately excluded so table and column renames do not require dependency rewrites.
- Sequence
Privileges - Grantable privileges carried by one sequence ACL path.
Enums§
- Sequence
Owner Dependency - Dependency strength of a sequence owner. Ordinary
OWNED BYandSERIALuse an automatic dependency, while an identity column owns its sequence through an internal dependency that cannot be reassigned or dropped directly.