pg_permissions
view object permissions and compare them with the desired state
Module:
Categories:
Overview
MIXED 3rd Party Extension: pg_permissions
: view object permissions and compare them with the desired state
Information
- Extension ID: 5110
- Extension Name:
pg_permissions
- Package Name:
pg_permissions
- Category:
ADMIN
- License: BSD 2
- Website: https://github.com/cybertec-postgresql/pg_permissions
- Language: SQL
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.3
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATE
Privilege - Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pg_permissions_$v
- RPM Ver :
1.3
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-permissions
- DEB Ver :
1.3
- DEB Deps: N/A
Packages
Installation
Install pg_permissions
via the pig
CLI tool:
pig ext install pg_permissions
Install pg_permissions
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_permissions"]}' # -l <cls>
Install pg_permissions
RPM from YUM repo directly:
dnf install pg_permissions_17;
dnf install pg_permissions_16;
dnf install pg_permissions_15;
dnf install pg_permissions_14;
dnf install pg_permissions_13;
Install pg_permissions
DEB from APT repo directly:
apt install postgresql-17-pg-permissions;
apt install postgresql-16-pg-permissions;
apt install postgresql-15-pg-permissions;
apt install postgresql-14-pg-permissions;
apt install postgresql-13-pg-permissions;
Enable pg_permissions
extension on PostgreSQL cluster:
CREATE EXTENSION pg_permissions;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.