pgsodium
Postgres extension for libsodium functions
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgsodium
: Postgres extension for libsodium functions
Information
- Extension ID: 7020
- Extension Name:
pgsodium
- Package Name:
pgsodium
- Category:
SEC
- License: BSD 3
- Website: https://github.com/michelp/pgsodium
- Language: C
- Extra Tags:
supabase
- Comment:
Metadata
- Latest Version: 3.1.9
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
pgsodium
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgsodium_$v*
- RPM Ver :
3.1.9
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgsodium
- DEB Ver :
3.1.9
- DEB Deps: N/A
Packages
Installation
Install pgsodium
via the pig
CLI tool:
pig ext install pgsodium
Install pgsodium
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgsodium"]}' # -l <cls>
Install pgsodium
RPM from YUM repo directly:
dnf install pgsodium_17*;
dnf install pgsodium_16*;
dnf install pgsodium_15*;
dnf install pgsodium_14*;
dnf install pgsodium_13*;
Install pgsodium
DEB from APT repo directly:
apt install postgresql-17-pgsodium;
apt install postgresql-16-pgsodium;
apt install postgresql-15-pgsodium;
apt install postgresql-14-pgsodium;
apt install postgresql-13-pgsodium;
Extension pgsodium
has to be added to shared_preload_libraries
shared_preload_libraries = 'pgsodium'; # add to pg cluster config
Enable pgsodium
extension on PostgreSQL cluster:
CREATE EXTENSION pgsodium;
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.