Re: Ensure extension exists - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Ensure extension exists
Date
Msg-id 67cf532f-f608-a94e-757e-8a1ba928d0bd@2ndquadrant.com
Whole thread Raw
In response to Ensure extension exists  (Geoffrey Hoffman <geoffrey.hoffman@gmail.com>)
Responses Re: Ensure extension exists
List pgsql-general
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
tobe 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.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Unexpected ErrorMessage reply to SSLRequest
Next
From: geoff hoffman
Date:
Subject: Re: Ensure extension exists