Re: [GENERAL] extensions in 9.1

2011-09-20 Thread Tom Lane
"Sebastian P. Luque" writes: > Tom Lane wrote: >> It sounds like you already have the old "unpackaged" version of that >> module installed. > How can I check if this is the case? I was getting that same error when > trying to install the adminpack onto the postgres database (as postgres > user

Re: [GENERAL] extensions in 9.1

2011-09-20 Thread Sebastian P . Luque
On Tue, 20 Sep 2011 11:36:15 -0400, Tom Lane wrote: > Seb 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 e

Re: [GENERAL] extensions in 9.1

2011-09-20 Thread Tom Lane
Seb 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

[GENERAL] extensions in 9.1

2011-09-20 Thread Seb
Hi, 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 type