Ensure extension exists

From: Geoffrey Hoffman <geoffrey(dot)hoffman(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Ensure extension exists
Date: 2018-02-02 00:47:32
Message-ID: E83F1C39-95BC-45C8-BBB1-E05C22C528A8@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to use the pgcrypto extension with a particular database. Does it exist permanently and survive a server reboot? Or if not, how do you ensure it runs when the server restarts?

I ask because in my Docker development environment I have to run it every time I restart the container, and just want to be prepared for production in AWS Aurora.

Thanks,
Geoff

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abhra Kar 2018-02-02 02:09:00 Create schema with in a specific database from a script file
Previous Message Simon Riggs 2018-02-02 00:43:14 Re: pgaudit?