Make aclcontains() do something that's at least vaguely reasonable:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c0f069944f0c9f2fad33b3b6da610dce8fde4ff4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-14T19:23:27Z
Releases: 7.1.1
Make aclcontains() do something that's at least vaguely reasonable:
it now returns true if the aclitem argument exactly matches any one of
the elements of the aclitem[] argument.  Per complaint from Wolff 1/10/01.

Files

PathChange+/−
src/backend/utils/adt/acl.c modified +10 −4