Re: [GENERAL] user privilege to create c function

2005-07-12 Thread Alvaro Herrera
On Tue, Jul 12, 2005 at 03:43:43PM -0700, TJ O'Donnell wrote: > 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 langua

Re: [GENERAL] user privilege to create c function

2005-07-12 Thread Joshua D. Drake
TJ O'Donnell wrote: 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 ne