Re: Wording in TABLESAMPLE documentation - Mailing list pgsql-docs

From Simon Riggs
Subject Re: Wording in TABLESAMPLE documentation
Date
Msg-id CANP8+jJijc-rUNA_YuQOarFXUmHH8Qj5GuNuMMKK1MusNPepaQ@mail.gmail.com
Whole thread Raw
In response to Wording in TABLESAMPLE documentation  (paddor@gmail.com)
Responses Re: Wording in TABLESAMPLE documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
On 11 August 2016 at 17:21,  <paddor@gmail.com> wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/sql-select.html
> Description:
>
> Regarding the TABLESAMPLE documentation on [1], I think in the following
> sentence
>
> > If REPEATABLE is not given then a new random sample is selected for each
> query.
>
> the word "sample" should be "seed". Of course it results in a new random
> sample as well, but IMHO this sentence is about what happens to the seed in
> case REPEATABLE (seed) is omitted.

Corrected, thanks.

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-docs by date:

Previous
From: paddor@gmail.com
Date:
Subject: Wording in TABLESAMPLE documentation
Next
From: Peter Eisentraut
Date:
Subject: Re: Undocumented behavior od DROP SCHEMA ... CASCADE