Re: array_agg for 8.3

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Faheem Mitha <faheem(at)email(dot)unc(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: array_agg for 8.3
Date: 2009-01-19 18:52:47
Message-ID: 1232391167.9065.3.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Faheem Mitha 2009-01-19 19:09:06 Re: array_agg for 8.3
Previous Message Faheem Mitha 2009-01-19 18:40:13 Re: array_agg for 8.3