Re: Re: "pg_xxx" role name restriction not applied to bootstrap superuser? - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Re: "pg_xxx" role name restriction not applied to bootstrap superuser?
Date
Msg-id 20160508165905.GB10850@tamriel.snowman.net
Whole thread Raw
In response to Re: Re: "pg_xxx" role name restriction not applied to bootstrap superuser?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> > * Tom Lane (tgl@sss.pgh.pa.us) wrote:
> >> If we're going to enforce such a restriction, I think it would be
> >> a good thing for it to be in place in beta1.
>
> > Makes sense.
> > Patch attached.  I'll push this in a bit, barring objections.
>
> Three minor wording quibbles:
>
> * s/reserved/disallowed/ maybe?  Not 100% sold on this.
>
> * s/can not/cannot/
>
> * use double quotes not single around pg_

Pushed those changes and also emailed the buildfarm owner directly
regarding the change.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Re: "pg_xxx" role name restriction not applied to bootstrap superuser?
Next
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Disable BLOB test in pg_dump TAP tests