Re: Remove deprecated role membership options from psql help for CREATE USER/GROUP

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Japin Li <japinli@hotmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-01-07T16:14:19Z
Lists: pgsql-hackers
On Tue, Jan 6, 2026 at 11:27 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> > I propose removing the deprecated IN GROUP and USER lines from the help text
> > of both CREATE USER and CREATE GROUP. This would be a simple documentation
> > cleanup that aligns the psql help with current reality and avoids confusing
> > users with obsolete syntax.
>
> +1
> The patch looks good to me.

I've pushed the patch. Thanks!

Regards,

-- 
Fujii Masao



Commits

  1. doc: Remove deprecated clauses from CREATE USER/GROUP syntax synopsis.

  2. doc: Move CREATE ROLE's IN GROUP and USER to deprecated