Re: Including PL/PgSQL by default

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Including PL/PgSQL by default
Дата
Msg-id 47BEF3A1.2010502@dunslane.net
обсуждение исходный текст
Ответ на Re: Including PL/PgSQL by default  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
Ответы Re: Including PL/PgSQL by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Including PL/PgSQL by default  (Andrew Satori <dru@druware.com>)
Re: Including PL/PgSQL by default  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Linking backend in one piece
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Linking backend in one piece