Re: Single Row Table?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Single Row Table?
Дата
Msg-id 15132.1093985944@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Single Row Table?  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: Single Row Table?  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> That was one of my first guesses as well, but then I'm not sure if you can
> revoke DELETE and INSERT privilege from the owner of the table...

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.

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Large Databases
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Single Row Table?