Re: How To Install Extension Via Script File?

Поиск
Список
Период
Сортировка
От Don Parris
Тема Re: How To Install Extension Via Script File?
Дата
Msg-id CAJ-7yomD=Cg2P+o=ZK=zhnssP5m3+=DDBRXQnO904Ccv0afx_A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How To Install Extension Via Script File?  (Quentin Hartman <qhartman@direwolfdigital.com>)
Список 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 по дате отправления:

Предыдущее
От: Quentin Hartman
Дата:
Сообщение: Re: Weird error when setting up streaming replication
Следующее
От: Basavaraj
Дата:
Сообщение: Here is my problem