type privileges and default privileges - Mailing list pgsql-hackers

From Peter Eisentraut
Subject type privileges and default privileges
Date
Msg-id 1320503723.28373.5.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: type privileges and default privileges
List pgsql-hackers
During the closing days of the 9.1 release, we had discussed that we
should add privileges on types (and domains), so that owners can prevent
others from using their types because that would prevent the owners from
changing them in certain ways.  (Collations have similar issues and work
quite similar to types, so we could include them in this consideration.)

As I'm plotting to write code for this, I wonder about how to handle
default privileges.  For compatibility and convenience, we would still
want to have types with public privileges by default.  Should we
continue to hardcode this, as we have done in the past with functions,
for example, or should we use the new default privileges facility to
register the public default privileges in the template database?




pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Proposal: casts row to array and array to row
Next
From: Peter Eisentraut
Date:
Subject: plpython extension control files installation