ACL-related adt functions: aclcontains vs aclcheck

Поиск
Список
Период
Сортировка
От fche@redhat.com (Frank Ch. Eigler)
Тема ACL-related adt functions: aclcontains vs aclcheck
Дата
Msg-id o51yjal37s.fsf@toenail.toronto.redhat.com
обсуждение исходный текст
Ответы Re: ACL-related adt functions: aclcontains vs aclcheck  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi -

Is there a good reason why the aclcontains() UDF in utils/adt/acl.c is
defined as it is, instead of calling over to aclcheck() in
catalog/aclchk.c?  With that, aclcontains('{"group foo=r"}',"user bar=r")
would return true if bar is in foo.

- FChE


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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Java's Unicode Notation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ACL-related adt functions: aclcontains vs aclcheck