TABLESAMPLE system_time(limit)
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 15 May 2015 19:18:57 +0000 (15:18 -0400)
committerSimon Riggs <simon@2ndQuadrant.com>
Fri, 15 May 2015 19:18:57 +0000 (15:18 -0400)
Contrib module implementing a tablesample method
that allows you to limit the sample by a hard time
limit.

Petr Jelinek

Reviewed by Michael Paquier, Amit Kapila and
Simon Riggs

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

index 146278472aa2122404c9a6c66b3c621404133f05..7dd5c323f016a60ed5bbb5eb79e9dee3284f7149 100644 (file)
@@ -143,6 +143,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
  &test-decoding;
  &tsearch2;
  &tsm-system-rows;
+ &tsm-system-time;
  &unaccent;
  &uuid-ossp;
  &xml2;
index fb95311dbf523b9d066a0906bda8f674ced59f04..15d2855b132a58dde616651adc730f3230c3966d 100644 (file)
 <!ENTITY test-shm-mq     SYSTEM "test-shm-mq.sgml">
 <!ENTITY tsearch2        SYSTEM "tsearch2.sgml">
 <!ENTITY tsm-system-rows SYSTEM "tsm-system-rows.sgml">
+<!ENTITY tsm-system-time SYSTEM "tsm-system-time.sgml">
 <!ENTITY unaccent      SYSTEM "unaccent.sgml">
 <!ENTITY uuid-ossp       SYSTEM "uuid-ossp.sgml">
 <!ENTITY vacuumlo        SYSTEM "vacuumlo.sgml">