refacto: morbac_pg -> pg_morbac

This commit is contained in:
2026-02-20 10:36:19 +01:00
parent 5b4095677e
commit 2d5f4ca669
18 changed files with 73 additions and 73 deletions
+8
View File
@@ -0,0 +1,8 @@
# pg_morbac extension
# Multi-OrBAC access control model for PostgreSQL
comment = 'Multi-OrBAC: Organization-Based Access Control with multi-organization support'
default_version = '1.0.0'
module_pathname = '$libdir/pg_morbac'
relocatable = false
schema = morbac
requires = 'pgcrypto'