Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f664724

Browse files
Correct TABLESAMPLE docs
Revert to original use of word “sample”, though with clarification, per Tom Lane. Discussion: [email protected]
1 parent 45e191e commit f664724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 1 addition & 1 deletion
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)