Re: Reset permissions on table

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Reset permissions on table
Дата
Msg-id 511E54C1.1080303@gmail.com
обсуждение исходный текст
Ответ на Re: Reset permissions on table  (etienne.champetier@free.fr)
Список pgsql-general
On 02/15/2013 05:02 AM, etienne.champetier@free.fr wrote:
>

>
> If i do a GRANT and a REVOKE, i loose access to the table.
> \dp <table-name> return the same thing but before GRANT it's NULL and after REVOKE it's not.
>
> It matter when you want to change owner and you forgot this table where there is explicit right.

If it is a matter of finding who the table owner is then do:

\dt table_name


>
>>
>> Yours,
>> Laurenz Albe
>>
> Thanks for your quick answer
>
>


--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Jack Christensen
Дата:
Сообщение: Re: Avoiding duplication of code via views -- slower? How do people typically do this?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_upgrade