| From: | geoff hoffman <geoff(at)rxmg(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Ensure extension exists |
| Date: | 2018-02-02 19:40:53 |
| Message-ID: | ADE97B56-0E01-4148-95C8-4774781E2DE7@rxmg.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Feb 2, 2018, at 12:38 PM, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
>
> On 2/1/18 19:47, Geoffrey Hoffman wrote:
>> 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?
>
> Once an extension is installed, it stays installed, just like any other
> permanent database object such as tables and functions.
>
>> 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.
>
> Maybe you have your development environment set up in a way that it
> blows away your database on each run.
>
Yep, ok thanks for confirming!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-02-02 20:01:15 | Re: ERROR: too many dynamic shared memory segments |
| Previous Message | Peter Eisentraut | 2018-02-02 19:38:45 | Re: Ensure extension exists |