Hi there, if possible, I would like to change the postgres DB (jolivac256_mrwallace) Timezone and add an extension to allow crypting functions. I hope the following commands are enough:
SET TIME ZONE 'America/Mexico_City';
CREATE EXTENSION IF NOT EXISTS pgcrypto;
thank you in advance.