Re: Completed pg_depend support

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Completed pg_depend support
Дата
Msg-id 007e01c1dde0$3a80d8e0$0200a8c0@SOL
обсуждение исходный текст
Ответ на Completed pg_depend support  (Rod Taylor <rbt@zort.ca>)
Список pgsql-patches
> Also, try to drop type int4 ;)  Restricts by default (fresh initdb).
>
> template1=# drop type int4;
> ERROR:  Drop Restricted as Table pg_inherits Depends on Type int4
>
> TODO.depend is the list of actions I needed to do (or did).  More or
> gives a list of affected areas.

Do superusers have more privileges than normal users?  ie. Does it say
prevent normal users from doing hideous stuff like dropping int4, but allows
a superuser to do it if they really want to?

Chris



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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Completed pg_depend support
Следующее
От: "Rod Taylor"
Дата:
Сообщение: Re: Completed pg_depend support