Re: Bogus permissions display in 7.4

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Bogus permissions display in 7.4
Дата
Msg-id 40A426E1.8040907@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Bogus permissions display in 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bogus permissions display in 7.4
Re: Bogus permissions display in 7.4
Список pgsql-hackers
>  Schema |  Name   | Type  |            Access privileges
> --------+---------+-------+------------------------------------------
>  public | mytable | table | {miriam=a*r*w*d*R*x*t*/miriam,=r/miriam}
> 
> Changing the default ACL would take this down to
> 
>  public | mytable | table | {miriam=arwdRxt/miriam,=r/miriam}
> 
> which seems usefully more readable to me.  Comments?

Guess this means I have to tweak my ACL parser in phpPgAdmin.  If you 
could do something to make that less of a NIGHTMARE, i'd be all ears :P

ie.

1. Make it easy to convert an array to a rowset

2. Fabien's accessor functions? Would they help?

3. At least the quoting has been fixed in 7.4 though

4. Maybe even a function that takes an aclitem and returns....something...


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: database errors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bogus permissions display in 7.4