Incorrect dropuser command in postgress 11

2020-03-18 Thread PG Doc comments form
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 ' . It should be 'drop user '. The previous one gives syntax error

Re: Incorrect dropuser command in postgress 11

2020-03-18 Thread Daniel Gustafsson
> On 18 Mar 2020, at 19:07, PG Doc comments form 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 > ' . It

Re: Better documentation for row_number() combined with set returning functions

2020-03-18 Thread Bruce Momjian
On Tue, Feb 25, 2020 at 08:24:13PM +0100, Erik Tews wrote: > Hi > > The current documentation of Postgresql sounds like row_number() over > () can be used to number the rows returned by postgres. However, that Yes, row_number() is a member of the set of window functions. > doesn't work when the