PDF doc build is broken on recent Fedora

2020-02-13 Thread Tom Lane
By chance I tried to build our PDF docs on a Fedora 30 installation, and it doesn't work. xsltproc seems to get hung up in a tight loop before it starts to produce any output. The HTML build works fine, though. Relevant package versions: docbook-style-xsl-1.79.2-9.fc30.noarch libxslt-1.1.33-1.f

Re: LOGIN/NOLOGIN in psql

2020-02-13 Thread Andreas Heiduk
Am 13.02.20 um 15:55 schrieb David G. Johnston: > On Thu, Feb 13, 2020 at 2:53 AM PG Doc comments form > mailto:nore...@postgresql.org>> wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/sql-createrole.html > De

Re: LOGIN/NOLOGIN in psql

2020-02-13 Thread David G. Johnston
On Thu, Feb 13, 2020 at 2:53 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/sql-createrole.html > Description: > > Please add something like this to the LOGIN/NOLOGIN part: > > The `psql` commands `

role creation

2020-02-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/role-attributes.html Description: The reference for `CREATE ROLE` has the following text in the `NOTES` section regarding the `CREATEROLE` privilege: >Be careful with the CREATEROLE priv

LOGIN/NOLOGIN in psql

2020-02-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createrole.html Description: Please add something like this to the LOGIN/NOLOGIN part: The `psql` commands `\du` and `\dg` show `Cannot login` for roles with `NOLOGIN` and nothing for

pg_buffercache query example results misleading, grouping by just relname, needs schema_name

2020-02-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/pgbuffercache.html Description: The pg_buffercache query example results are misleading. The "group by" uses just by relname. It needs to include pg_namespace.nspname, without it, if the s