Re: Difference options with the CREATE ROLE docs

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: alireza.darksun@gmail.com
Cc: pgsql-docs@lists.postgresql.org
Date: 2020-04-10T14:15:46Z
Lists: pgsql-docs
PG Doc comments form <noreply@postgresql.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



Commits

  1. Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.