Can non-superuser install c functions ?

From: Rick Schumeyer <rschumeyer(at)ieee(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Can non-superuser install c functions ?
Date: 2006-11-09 21:04:33
Message-ID: 455397E1.3030701@ieee.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am transferring a database from a system where I am a pg superuser to
one where I am not.

The database uses tsearch2. I am unable to install any of the
functions. For example:

CREATE FUNCTION gtsvector_in(cstring) RETURNS gtsvector
AS '$libdir/tsearch2', 'gtsvector_in'
LANGUAGE c STRICT;

results in: permission denied for language c

Do I need to get the pg administrator to install my database ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-11-09 21:24:11 Re: Can non-superuser install c functions ?
Previous Message Alvaro Herrera 2006-11-09 21:04:28 Re: autovacuum blues