]> granicus.if.org Git - postgresql/commit
Create default roles
authorStephen Frost <sfrost@snowman.net>
Fri, 8 Apr 2016 20:56:27 +0000 (16:56 -0400)
committerStephen Frost <sfrost@snowman.net>
Fri, 8 Apr 2016 20:56:27 +0000 (16:56 -0400)
commit7a542700df25eaf97b794bff63606176433dcdda
tree961e8c45e93e113aa3194b14bc9a8896a4a86839
parent293007898d3fa5a815c1c5814df53627553f114d
Create default roles

This creates an initial set of default roles which administrators may
use to grant access to, historically, superuser-only functions.  Using
these roles instead of granting superuser access reduces the number of
superuser roles required for a system.  Documention for each of the
default roles has been added to user-manag.sgml.

Bump catversion to 201604082, as we had a commit that bumped it to
201604081 and another that set it back to 201604071...

Reviews by José Luis Tallón and Robert Haas
doc/src/sgml/func.sgml
doc/src/sgml/user-manag.sgml
src/backend/utils/adt/misc.c
src/include/catalog/catversion.h
src/include/catalog/pg_authid.h
src/test/regress/expected/rolenames.out
src/test/regress/sql/rolenames.sql