Incorrect dropuser command in postgress 11

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: noopurmittal29(at)gmail(dot)com
Subject: Incorrect dropuser command in postgress 11
Date: 2020-03-18 18:07:31
Message-ID: 158455485151.24358.7189083514681830088@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2020-03-18 21:56:02 Re: Incorrect dropuser command in postgress 11
Previous Message Bruce Momjian 2020-03-18 02:39:50 Re: REGEXP_REPLACE : How to use a column value in the regex