pgsql/src/backend/utils/adt acl.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt acl.c
Date: 2001-01-14 19:23:27
Message-ID: 200101141923.f0EJNRE38022@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/01/14 14:23:27

Modified files:
src/backend/utils/adt: acl.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-01-14 22:14:10 pgsql/src/backend/commands dbcommands.c
Previous Message Peter Eisentraut 2001-01-14 19:17:32 Re: pgsql/doc/src/sgml admin.sgml advanced.sgml ar ...