Re: How To Install Extension Via Script File? - Mailing list pgsql-general

From Don Parris
Subject Re: How To Install Extension Via Script File?
Date
Msg-id CAJ-7yomD=Cg2P+o=ZK=zhnssP5m3+=DDBRXQnO904Ccv0afx_A@mail.gmail.com
Whole thread Raw
In response to Re: How To Install Extension Via Script File?  (Quentin Hartman <qhartman@direwolfdigital.com>)
List pgsql-general
On Fri, Aug 9, 2013 at 11:49 AM, Quentin Hartman <qhartman@direwolfdigital.com> wrote:
A bit of an aside, but you also might want to change that "CREATE EXTENSION ltree;" to

"CREATE EXTENSION IF NOT EXISTS ltree;"

That way your script won't error out if the extension is already enabled.


Thanks for that, Quentin.  I'll be sure to do that.

pgsql-general by date:

Previous
From: Quentin Hartman
Date:
Subject: Re: Weird error when setting up streaming replication
Next
From: Basavaraj
Date:
Subject: Here is my problem