Re: [SQL] create function - user permissions

2000-07-22 Thread Jan Wieck
Markus Wagner wrote: > Hi, > > one of my users wants to create functions using the C language, but pgs > says "no permission". > > How can I permit the user to do this, while avoiding to give him root > access rights? Assuming with "root" access you mean "DB-superuser" rights. No way!

Re: [SQL] create function - user permissions

2000-07-21 Thread Tom Lane
Markus Wagner <[EMAIL PROTECTED]> writes: > one of my users wants to create functions using the C language, but pgs > says "no permission". > How can I permit the user to do this, while avoiding to give him root > access rights? Just a wakeup call here: if you let a user write C functions then y

[SQL] create function - user permissions

2000-07-21 Thread Markus Wagner
Hi, one of my users wants to create functions using the C language, but pgs says "no permission". How can I permit the user to do this, while avoiding to give him root access rights? Thanks, Markus