user privilege to create c function

From: "TJ O'Donnell" <tjo(at)acm(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: user privilege to create c function
Date: 2005-07-12 22:43:43
Message-ID: 4447.209.223.166.104.1121208223.squirrel@www.gnova.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Until now I have been content to have the superuser CREATE FUNCTION...LANGUAGE 'C'
because I noticed that ordinary users could not:

ERROR: permission denied for language c

I would like to allow a user to create C language functions, but can't
find just which privilege I need to grant. The user owns the
database, by the way, but still can't create the function. The user only
needs to create C functions for her own database(s).

TJ

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2005-07-12 22:52:21 Re: postgresql SSL off
Previous Message Tony Smith 2005-07-12 22:40:15 postgresql SSL off