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