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

Skip to content

Commit 6e75559

Browse files
Correct TABLESAMPLE docs
Original wording was correct but not the intended meaning. Reported by Patrik Wenger
1 parent 371b572 commit 6e75559

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-
sample is selected for each query.
394+
seed is selected for each query.
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)