Re: Including PL/PgSQL by default

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Including PL/PgSQL by default
Date: 2008-02-22 16:09:05
Message-ID: 47BEF3A1.2010502@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Roberts, Jon wrote:
> However, you can not create anything in Oracle without being given
> permission to create it. The notion that you can create a function
> because you have connect rights to the database is foreign to me.
> Connect should mean connect, not connect AND create.
>
> Include the language by default and remove CREATE on the public schema.
>
>
>

You'd need more than that.

For example, since we don't support temp functions, we should probably
ban the creation of functions in temp schemas (which I found was possible).

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-22 16:26:23 Re: Linking backend in one piece
Previous Message Peter Eisentraut 2008-02-22 16:04:43 Re: Linking backend in one piece