Re: Incorrect dropuser command in postgress 11

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Incorrect dropuser command in postgress 11
Дата
Msg-id 5AEAB31B-C8E8-4021-8AA2-79BF3ACC316F@yesql.se
обсуждение исходный текст
Ответ на Incorrect dropuser command in postgress 11  (PG Doc comments form <noreply@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Incorrect dropuser command in postgress 11
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Better documentation for row_number() combined with setreturning functions