Postgres acl

Поиск
Список
Период
Сортировка
От Kevin Witten
Тема Postgres acl
Дата
Msg-id 34B1AD8A.E5E429BC@qdt.com
обсуждение исходный текст
Ответы Re: [HACKERS] Postgres acl  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
I believe I found a bug. If a user other than the postgres superuser is
given permission to create databases, then he should be able to destroy
the databases he creates. Currently he can't, at least in version 6.2.1
complied for SunOS 5.5. Only the poostgres superuser can delete
databases. If otherusers try they get the following error message:

"WARN:pg_database: Permission denied.
destroydb: database destroy failed on tmpdb."

eventhough this user is the database admin for tmpdb as shown in the
pd_database table.

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

Предыдущее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] subselect
Следующее
От: Integration
Дата:
Сообщение: My 2c on adjustable blocksizes