Exposes PostgreSQL role and membership management through updatable views and DML-trigger functions.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_idm |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 2 |
| Latest commit | 2019-11-18 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pg_role_fkey_trigger_functions | A bunch of trigger functions to help establish and/or maintain referential integrity for columns that reference PostgreSQL ROLE NAMEs. |
| tce | Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services. |
| set_user | similar to SET ROLE but with added logging |
| pointsource@supabase_rbac | Role-Based Access Control for your Supabase project |
| check_access | Functions and views to facilitate PostgreSQL object access inspection |
| drop_role_helper | Generates SQL to revoke all privileges held by a role in the current database. |
| custom_roles | Role-specific Supabase RLS tables and functions for managing user roles. |
| letter | letter: role-based access control for PostgreSQL |