Search Postgresql Archives

Re: extensions in 9.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Seb <spluque@xxxxxxxxx> 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

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux