Re: Wrong example in the bloom documentation

2020-10-05 Thread Daniel Westermann (DWE)
Hi, any thoughts on this? Regards Daniel From: Daniel Westermann (DWE) Sent: Sunday, September 27, 2020 17:58 To: Pg Docs Subject: Wrong example in the bloom documentation Hi, I've briefly discussed this with Bruce some time ago in [1]. Replaying

Wrong example in the bloom documentation

2020-09-27 Thread Daniel Westermann (DWE)
Hi, I've briefly discussed this with Bruce some time ago in [1]. Replaying the example referenced in the documentation does not give a Bitmap Heap Scan on tbloom but a parallel seq scan with the default configuration: -- tested on head postgres=# CREATE TABLE tbloom AS postgres-#SELECT

Re: Wrong example

2018-04-27 Thread Elvis de Freitas
Ok, I'll take a look. On Fri, Apr 27, 2018, 10:31 Bruce Momjian wrote: > On Fri, Apr 27, 2018 at 04:55:03AM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page:

Re: Wrong example

2018-04-27 Thread Bruce Momjian
On Fri, Apr 27, 2018 at 04:55:03AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/7.1/static/functions-math.html > Description: > > The last row of table Table 4-4. Mathematical Functions seems to

Wrong example

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/7.1/static/functions-math.html Description: The last row of table Table 4-4. Mathematical Functions seems to be wrong at example column, current value trunc(numeric, s integer)