[DOCS] Discrepancy in 9.1 Documentation on CREATE ROLE

2011-10-06 Thread Ron Adams
The help for LOGIN/NOLOGIN at http://www.postgresql.org/docs/9.1/static/sql-createrole.html: "...NOLOGIN is the default, except when CREATE ROLE is invoked through its alternative spelling CREATE USER." The help for CREATE USER: "These clauses are an obsolete, but still accepted, spelling of SUPERU

Re: [DOCS] Discrepancy in 9.1 Documentation on CREATE ROLE

2011-10-10 Thread Ron Adams
Ah, makes sense! Thank you. And for what it's worth coming from someone trying to pick all this up, I'd say that yes, it's rather confusing as is. On Mon, Oct 10, 2011 at 13:34, Robert Haas wrote: > On Thu, Oct 6, 2011 at 10:48 PM, Ron Adams > wrote: > > The help fo