Re: New patch for Column-level privileges

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: New patch for Column-level privileges
Дата
Msg-id 20090109171511.GA26233@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: New patch for Column-level privileges  ("Jaime Casanova" <jcasanov@systemguards.com.ec>)
Ответы Re: New patch for Column-level privileges  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Jamie, et al,

* Jaime Casanova (jcasanov@systemguards.com.ec) wrote:
>      <para>
> !     Currently, <productname>PostgreSQL</productname> does not recognize
> !     column-level SELECT privileges when a JOIN is involved.
>       One possible workaround is to create a view having just the desired
>       columns and then grant privileges to that view.
>      </para>

Remove this from the documentation, and:

  - Other minor cleanups (thanks KaiGai)
  - Added pg_dump support
  - Added support for 'ALL(col1)' grant/revokes (helped with pg_dump)
  - Added more regression tests
  - Updated documentation accordingly

Please test, comment, etc.

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Hot standby, RestoreBkpBlocks and cleanup locks
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: foreign_data test fails with non-C locale