TABLESAMPLE system_rows(limit)
authorSimon Riggs
Fri, 15 May 2015 19:14:22 +0000 (15:14 -0400)
committerSimon Riggs
Fri, 15 May 2015 19:14:22 +0000 (15:14 -0400)
Contrib module implementing a tablesample method
that allows you to limit the sample by a hard row
limit.

Petr Jelinek

Reviewed by Michael Paquier, Amit Kapila and
Simon Riggs

doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml

index 0a2bae8dad9d33ef6d1dd5c4b03640e04490cd25..146278472aa2122404c9a6c66b3c621404133f05 100644 (file)
@@ -142,6 +142,7 @@ CREATE EXTENSION module_name FROM unpackaged;
  &tcn;
  &test-decoding;
  &tsearch2;
+ &tsm-system-rows;
  &unaccent;
  &uuid-ossp;
  &xml2;
index 03fea3217e4eed78474856827652fe7c8ba25009..fb95311dbf523b9d066a0906bda8f674ced59f04 100644 (file)
 
 
 
+