Re: mistakes in postgresql-snapshots (7.3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: mistakes in postgresql-snapshots (7.3)
Date: 2002-08-05 17:02:17
Message-ID: 5132.1028566937@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz> writes:
> 2. I can't as owner of database create functions in plpgsql. Implicit
> triggers are ok. With my function I get message ERROR: plpgsql: permission
> denied. Again, why? What is a new, and what I forgot set.

I wonder whether the createlang script shouldn't do a "GRANT ALL" on the
created language ... at least by default. Without that, we're going to
be seeing a lot of questions like this one...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2002-08-05 19:18:14 Re: mistakes in postgresql-snapshots (7.3)
Previous Message Pavel Stehule 2002-08-05 16:39:36 mistakes in postgresql-snapshots (7.3)