TABLESAMPLE system_rows(limit)
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 15 May 2015 19:14:22 +0000 (15:14 -0400)
committerSimon Riggs <simon@2ndQuadrant.com>
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 <replaceable>module_name</> FROM unpackaged;
  &tcn;
  &test-decoding;
  &tsearch2;
+ &tsm-system-rows;
  &unaccent;
  &uuid-ossp;
  &xml2;
index 03fea3217e4eed78474856827652fe7c8ba25009..fb95311dbf523b9d066a0906bda8f674ced59f04 100644 (file)
 <!ENTITY test-parser     SYSTEM "test-parser.sgml">
 <!ENTITY test-shm-mq     SYSTEM "test-shm-mq.sgml">
 <!ENTITY tsearch2        SYSTEM "tsearch2.sgml">
+<!ENTITY tsm-system-rows SYSTEM "tsm-system-rows.sgml">
 <!ENTITY unaccent      SYSTEM "unaccent.sgml">
 <!ENTITY uuid-ossp       SYSTEM "uuid-ossp.sgml">
 <!ENTITY vacuumlo        SYSTEM "vacuumlo.sgml">