PostgreSQL: Enhancements in 7.4: Permissions

  • Grant non-super users grant option
  • Allow regular users to manage user accounts
  • User with grant option can grant all their privileges on a table to other users
template=# GRANT ALL ON foo TO someuser WITH GRANT OPTION
CHANGE
Prev

Next

Page 24