chatdesk-ui/postgres_15.8.1.044/ansible/files/sodium_extension.sql

7 lines
277 B
SQL

create schema if not exists pgsodium;
create extension if not exists pgsodium with schema pgsodium cascade;
grant pgsodium_keyiduser to postgres with admin option;
grant pgsodium_keyholder to postgres with admin option;
grant pgsodium_keymaker to postgres with admin option;