Re: caes insensitivity

2020-04-17 Thread David G. Johnston
On Fri, Apr 17, 2020 at 4:10 PM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/sql-syntax-lexical.html > Description: > > The docs are misleading about the case insensitive nature, as someone new > to

caes insensitivity

2020-04-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-syntax-lexical.html Description: The docs are misleading about the case insensitive nature, as someone new to postgresql, I found it very confusing. The doc (under 4.1.1. Identifiers

Re: Additional Chapter for Tutorial

2020-04-17 Thread Erik Rijkers
On 2020-04-17 19:56, Jürgen Purtz wrote: Our documentation explains many details about commands, tools, parameters in detail and with high accuracy. Nevertheless my impression is that we neglect the 'big picture': why certain processes [0001-architecture.patch] Very good stuff, and useful. I

Re: Additional Chapter for Tutorial

2020-04-17 Thread Corey Huinker
> > I plan to extend over time the part 'Tutorial' by an additional chapter > with an overview about key design decisions and basic features. The > typical audience should consist of persons with limited pre-knowledge in > database systems and some interest in PostgreSQL. In the attachment you > fi

Additional Chapter for Tutorial

2020-04-17 Thread Jürgen Purtz
Our documentation explains many details about commands, tools, parameters in detail and with high accuracy. Nevertheless my impression is that we neglect the 'big picture': why certain processes exist and what their relation to each other is, summary of strategies, visualization of key situatio

Re: PDF documentation bug: different table columns overlap and are unreadable

2020-04-17 Thread Jonathan S. Katz
On 4/17/20 3:37 AM, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/index.html > Description: > > In the PDF documentation, some table columns overflow and overlap with the > next column. This makes the

Re: pg_stat_statements showing passwords while create or alter users.

2020-04-17 Thread Euler Taveira
On Fri, 17 Apr 2020 at 03:50, PG Doc comments form wrote: > > pg_stat_statements is recording passwords also, is there any way to avoid > the logging of passwords without droping extension package. > testdb=> create user test1 with password 'test123'; > CREATE ROLE > testdb=> create user test2 wi

PDF documentation bug: different table columns overlap and are unreadable

2020-04-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/index.html Description: In the PDF documentation, some table columns overflow and overlap with the next column. This makes the content of both columns unreadable. Please see the screensho

Re: pg_stat_statements showing passwords while create or alter users.

2020-04-17 Thread Laurenz Albe
On Fri, 2020-04-17 at 02:01 +, PG Doc comments form wrote: > pg_stat_statements is recording passwords also, is there any way to avoid > the logging of passwords without droping extension package. > testdb=> create user test1 with password 'test123'; > CREATE ROLE > testdb=> create user test2 w