Re: Repetition of warning message while REVOKE

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Repetition of warning message while REVOKE
Дата
Msg-id 20100305131833.GT17756@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Repetition of warning message while REVOKE  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Repetition of warning message while REVOKE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> One thought is that the column cases should be phrased more like
>     no privileges could be revoked for column "foo" of table "bar"
> Check the messages associated with DROP cascading for the canonical
> phrasing here, but I think that's what it is.

Looks like 'for column "foo" of relation "bar"' is more typical, so
that's what I did in the attached patch.  I also cleaned up a few other
things I noticed in looking through the various messages/comments.

    Thanks!

        Stephen

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Explicit psqlrc
Следующее
От: Greg Smith
Дата:
Сообщение: Re: machine-readable pg_controldata?