Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9796882

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
1 parent f680293 commit 9796882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/select.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
391391
not been changed meanwhile. But different seed values will usually
392392
produce different samples.
393393
If <literal>REPEATABLE</literal> is not given then a new random
394-
seed is selected for each query.
394+
sample is selected for each query, based upon a system-generated seed.
395395
Note that some add-on sampling methods do not
396396
accept <literal>REPEATABLE</literal>, and will always produce new
397397
samples on each use.

0 commit comments

Comments
 (0)