aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-10-22 09:33:51 -0700
committerTom Lane <tgl@sss.pgh.pa.us>2015-10-22 09:34:03 -0700
commitd371bebd3d16949171282c8252dfd6f82d2e7378 (patch)
tree2c91b823d26ca11e7c89d86114a1c3c80f8527b2 /src/backend/utils/adt
parentbde39eed0cafb82bc94c40e95d96b5cf47b6f719 (diff)
downloadpostgresql-d371bebd3d16949171282c8252dfd6f82d2e7378.tar.gz
postgresql-d371bebd3d16949171282c8252dfd6f82d2e7378.zip
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Once upon a time we did not have a separate CREATEROLE privilege, and CREATEUSER effectively meant SUPERUSER. When we invented CREATEROLE (in 8.1) we also added SUPERUSER so as to have a less confusing keyword for this role property. However, we left CREATEUSER in place as a deprecated synonym for SUPERUSER, because of backwards-compatibility concerns. It's still there and is still confusing people, as for example in bug #13694 from Justin Catterson. 9.6 will be ten years or so later, which surely ought to be long enough to end the deprecation and just remove these old keywords. Hence, do so.
Diffstat (limited to 'src/backend/utils/adt')
0 files changed, 0 insertions, 0 deletions