select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Security

pg_idm

Exposes PostgreSQL role and membership management through updatable views and DML-trigger functions.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_idm
Version1.0
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars2
Latest commit2019-11-18
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pg_role_fkey_trigger_functionsA bunch of trigger functions to help establish and/or maintain referential integrity for columns that reference PostgreSQL ROLE NAMEs.
tceTransparent column encryption for PostgreSQL using per-role envelope keys and external key-management services.
set_usersimilar to SET ROLE but with added logging
pointsource@supabase_rbacRole-Based Access Control for your Supabase project
check_accessFunctions and views to facilitate PostgreSQL object access inspection
drop_role_helperGenerates SQL to revoke all privileges held by a role in the current database.
custom_rolesRole-specific Supabase RLS tables and functions for managing user roles.
letterletter: role-based access control for PostgreSQL