TABLESAMPLE system_time(limit)
authorSimon Riggs
Fri, 15 May 2015 19:18:57 +0000 (15:18 -0400)
committerSimon Riggs
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 module_name FROM unpackaged;
  &test-decoding;
  &tsearch2;
  &tsm-system-rows;
+ &tsm-system-time;
  &unaccent;
  &uuid-ossp;
  &xml2;
index fb95311dbf523b9d066a0906bda8f674ced59f04..15d2855b132a58dde616651adc730f3230c3966d 100644 (file)
 
 
 
+