Re: Incorrect dropuser command in postgress 11 - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: Incorrect dropuser command in postgress 11
Date
Msg-id 5AEAB31B-C8E8-4021-8AA2-79BF3ACC316F@yesql.se
Whole thread Raw
In response to Incorrect dropuser command in postgress 11  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
> On 18 Mar 2020, at 19:07, PG Doc comments form <noreply@postgresql.org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/11/app-dropuser.html
> Description:
>
> The command given in documentation for dropping a postgres user is 'dropuser
> <username>' . It should be 'drop user <username>'. The previous one gives
> syntax error

This is the documentation page for the dropuser application, not to be confused
with the SQL command for doing the same, documented at:

    https://www.postgresql.org/docs/11/sql-droprole.html

So the command is perfectly correct, for running the dropuser application.

cheers ./daniel


pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Incorrect dropuser command in postgress 11
Next
From: Bruce Momjian
Date:
Subject: Re: Better documentation for row_number() combined with setreturning functions