Re: Difference options with the CREATE ROLE docs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: alireza(dot)darksun(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Difference options with the CREATE ROLE docs
Date: 2020-04-10 14:15:46
Message-ID: 30626.1586528146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> This page says that "CREATE GROUP is now an alias for CREATE ROLE.",
> But when u check the CREATE ROLE, u see they have different options,

The implementations are the same, as you could easily find by experiment.
Looks like people have been sloppy about updating the manual page for
CREATE GROUP though :-(. Will fix, thanks for the report!

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2020-04-10 14:46:43 Re: 11.7. Indexes on Expressions
Previous Message Euler Taveira 2020-04-10 13:58:58 Re: Difference options with the CREATE ROLE docs