Re: extension installation PB

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: extension installation PB
Дата
Msg-id 8154.1320616076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на extension installation PB  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
"Jean-Yves F. Barbier" <12ukwn@gmail.com> writes:
> I've an old script installing Pg extensions that I modified to fit
> from 9.1 paths & file names.

As of 9.1, extension script files are not meant to be read directly.
They typically will fail, and if you found one that didn't fail,
executing it directly would still be the wrong thing because the
SQL objects wouldn't get bundled into an extension.

Use the CREATE EXTENSION command, instead.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: test strange behavior
Следующее
От: Tom Lane
Дата:
Сообщение: Re: test strange behavior