Re: Single Row Table?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Single Row Table?
Дата
Msg-id ch2pea$ad9$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: Single Row Table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Single Row Table?  (Mike Nolan <nolan@gw.tssi.com>)
Список pgsql-general
Tom Lane wrote on 31.08.2004 22:59:

> In Postgres you can do this, although I think it's contrary to the
> restrictions of the SQL spec, so it might not work in other DBs.
>
> The reason is that Postgres treats the owner's ordinary privileges
> as having been granted by the owner to himself; therefore he can revoke
> 'em too.  The SQL spec treats the owner's privileges as having been
> granted by the mystical entity "_SYSTEM"; not being "_SYSTEM", the owner
> cannot revoke them.
>
> Since it's obviously useful to be able to make a read-only table,
> I think that the spec has missed a bet here.
>

Thanks for the explanation. And yes I agree with you that making a table
read only by revoking the grants is something *very* useful.

Cheers
Thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Single Row Table?
Следующее
От: Mike Nolan
Дата:
Сообщение: Re: Single Row Table?