]> granicus.if.org Git - postgresql/commit
More cleanup on roles patch. Allow admin option to be inherited through
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Jun 2005 20:34:15 +0000 (20:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Jun 2005 20:34:15 +0000 (20:34 +0000)
commitc33d575899593a46a5b9a76e4e0ef6f9d81e55dd
tree0eb3f15f13cfebe30480c4b0fb25330a46ee3177
parent4523e0b63ae31c208eb91994484169dc8da86a85
More cleanup on roles patch.  Allow admin option to be inherited through
role memberships; make superuser/createrole distinction do something
useful; fix some locking and CommandCounterIncrement issues; prevent
creation of loops in the membership graph.
src/backend/commands/dbcommands.c
src/backend/commands/user.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/utils/adt/acl.c
src/backend/utils/init/flatfiles.c
src/include/utils/acl.h