Re: getTablePrivileges empty if table owned by group role

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getTablePrivileges empty if table owned by group role
Дата
Msg-id alpine.BSO.2.00.1108231315490.20121@leary.csoft.net
обсуждение исходный текст
Ответ на Re: getTablePrivileges empty if table owned by group role  (Jonas Sundman <jonas.sundman@thl.fi>)
Ответы Re: getTablePrivileges empty if table owned by group role  (Jonas Sundman <jonas.sundman@thl.fi>)
Список pgsql-jdbc

On Tue, 23 Aug 2011, Jonas Sundman wrote:

> after some digging and further reading in the todo list I learned that acl
> parsing is known to be uncompatible with versions after 7.3.
>
> I decided to have a look into the code and turned up with a working
> version of the acl parsing, which I would like to share.

Great.  Can you resend as a context diff (diff -c), the default format
isn't really usable.  Also we need to able to support the older ACL
formats as well.  I haven't read your patch, but my ancient notes say 7.3,
7.4, and 8.0 all have different formats.  I know you aren't likely to have
these old versions handy, but can you test with the attached ACL entries
and ensure they get parsed correctly?

Kris Jurka

Вложения

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

Предыдущее
От: Jonas Sundman
Дата:
Сообщение: Re: getTablePrivileges empty if table owned by group role
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Is it possible to get the Payload from a NOTIFY via the JDBC Driver?