Skip to content
Snippets Groups Projects
Commit f6647242 authored by Simon Riggs's avatar Simon Riggs
Browse files

Correct TABLESAMPLE docs

Revert to original use of word “sample”, though with clarification,
per Tom Lane.

Discussion: 29052.1471015383@sss.pgh.pa.us
parent 45e191e3
Branches
Tags
No related merge requests found
...@@ -391,7 +391,7 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] ...@@ -391,7 +391,7 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
not been changed meanwhile. But different seed values will usually not been changed meanwhile. But different seed values will usually
produce different samples. produce different samples.
If <literal>REPEATABLE</literal> is not given then a new random If <literal>REPEATABLE</literal> is not given then a new random
seed is selected for each query. sample is selected for each query, based upon a system-generated seed.
Note that some add-on sampling methods do not Note that some add-on sampling methods do not
accept <literal>REPEATABLE</literal>, and will always produce new accept <literal>REPEATABLE</literal>, and will always produce new
samples on each use. samples on each use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment