Re: array_agg for 8.3 - Mailing list pgsql-general

From Jeff Davis
Subject Re: array_agg for 8.3
Date
Msg-id 1232391167.9065.3.camel@dell.linuxdev.us.dell.com
Whole thread Raw
In response to Re: array_agg for 8.3  (Faheem Mitha <faheem@email.unc.edu>)
List pgsql-general
On Mon, 2009-01-19 at 13:40 -0500, Faheem Mitha wrote:
> In any case, I don't have admin permissions on the machine I'm trying to
> install it to.

At absolute minimum, you need PostgreSQL superuser privileges. If you
don't, you need to set up a new PostgreSQL instance (which you can do as
a normal non-root user), and then you will have superuser privileges for
your own instance.

If you do have PostgreSQL superuser privileges, but not root on the
machine, you can install the module to some other location by changing
some paths around, although that might be slightly ugly.

Regards,
    Jeff Davis


pgsql-general by date:

Previous
From: Faheem Mitha
Date:
Subject: Re: array_agg for 8.3
Next
From: Reg Me Please
Date:
Subject: CREATE parametric partial INDEX within a function body