Re: extensions in 9.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: extensions in 9.1
Дата
Msg-id 8653.1316532975@sss.pgh.pa.us
обсуждение исходный текст
Ответ на extensions in 9.1  (Seb <spluque@gmail.com>)
Список pgsql-general
Seb <spluque@gmail.com> writes:
> I'm starting to migrate to 9.1 and see that there's a new mechanism to
> install extensions via de "CREATE EXTENSION" command.  It seems very
> simple and convenient, but with "CREATE EXTENSION tablefunc" I'm getting
> the error:

> ERROR:  function "normal_rand" already exists with same argument types

It sounds like you already have the old "unpackaged" version of that
module installed.  You need to do a one-time conversion to get from that
state to having the objects wrapped in an extension.  For the standard
contrib modules that's done with "CREATE EXTENSION ... FROM unpackaged".

            regards, tom lane

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Seeing foreign key lookups in explain output
Следующее
От: Sebastian P. Luque
Дата:
Сообщение: Re: extensions in 9.1