pgcryptokey
cryptographic key management
Module:
Categories:
Overview
MIXED 3rd Party Extension: pgcryptokey : cryptographic key management
Information
- Extension ID: 7120
- Extension Name:
pgcryptokey - Package Name:
pgcryptokey - Category:
SEC - License: PostgreSQL
- Website: https://momjian.us/download/pgcryptokey/
- Language: C
- Extra Tags:
pgdg-flaw - Comment:
Metadata
- Latest Version: 0.85
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
pgcrypto
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgcryptokey_$v - RPM Ver :
0.85 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgcryptokey - DEB Ver :
0.85 - DEB Deps: N/A
Availability
Installation
Install pgcryptokey via the pig CLI tool:
pig ext install pgcryptokey
Install pgcryptokey via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgcryptokey"]}' # -l <cls>
Install pgcryptokey RPM from YUM repo directly:
dnf install pgcryptokey_17;
dnf install pgcryptokey_16;
dnf install pgcryptokey_15;
dnf install pgcryptokey_14;
dnf install pgcryptokey_13;
Install pgcryptokey DEB from APT repo directly:
apt install postgresql-17-pgcryptokey;
apt install postgresql-16-pgcryptokey;
apt install postgresql-15-pgcryptokey;
apt install postgresql-14-pgcryptokey;
apt install postgresql-13-pgcryptokey;
Create pgcryptokey extension on PostgreSQL cluster:
CREATE EXTENSION pgcryptokey CASCADE;
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.