Re: few more securiry questions :-)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: few more securiry questions :-)
Дата
Msg-id Pine.LNX.4.21.0005312104010.701-100000@localhost.localdomain
обсуждение исходный текст
Ответ на few more securiry questions :-)  (R D <mrk279@yahoo.com>)
Список pgsql-admin
R D writes:

> 1.I think it will be good pgSQL to accept the
> "GRANT ALL ON * TO SOMEUSER;" and
> "REVOKE ALL ON * FROM SOMEUSER;" so are there
> any plans in implementing this? Does anybody knows?

I think so too. We'll take it under advisement.

> 2.Why the authentication system is not integrated in
> the system databases of pgSQL,like in MySQL for
> example?

Because there's a bootstrapping problem: You would have to connect to the
database to change the authentication settings, but in order to connect
you have to be authenticated.

> 3.Are there any plans in making security system more
> flexible?

Sure. I'm planning some work on that very soon. Any suggestions you might
want to contribute?


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: Chris Albertson
Дата:
Сообщение: Re: table size limit under Linux
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: create view security