Re: [HACKERS] Postgres acl (fwd)

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] Postgres acl (fwd)
Дата
Msg-id Pine.NEB.3.95.980106120949.29984P-100000@hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Postgres acl (fwd)  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Postgres acl (fwd)  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 6 Jan 1998, Bruce Momjian wrote:

> Can someone who has permission to create databases be trusted not to
> delete others?  If we say no, how do we make sure they can change
> pg_database rows on only databases that they own?

    deleting a database is accomplished using 'drop database', no?
Can the code for that not be modified to see whether the person dropping
the database is the person that owns it *or* pgsuperuser?



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Postgres acl (fwd)
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] I want to change libpq and libpgtcl for better handling of large query results