Re: Incorrect dropuser command in postgress 11

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: noopurmittal29(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Incorrect dropuser command in postgress 11
Date: 2020-03-18 21:56:02
Message-ID: 5AEAB31B-C8E8-4021-8AA2-79BF3ACC316F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 18 Mar 2020, at 19:07, PG Doc comments form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2020-03-19 00:37:58 Re: Better documentation for row_number() combined with set returning functions
Previous Message PG Doc comments form 2020-03-18 18:07:31 Incorrect dropuser command in postgress 11