From 149f6f15768e731c760392679ef8ddaf00dae6c8 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Fri, 15 May 2015 15:18:57 -0400 Subject: [PATCH] TABLESAMPLE system_time(limit) 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 | 1 + doc/src/sgml/filelist.sgml | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 146278472a..7dd5c323f0 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -143,6 +143,7 @@ CREATE EXTENSION module_name FROM unpackaged; &test-decoding; &tsearch2; &tsm-system-rows; + &tsm-system-time; &unaccent; &uuid-ossp; &xml2; diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index fb95311dbf..15d2855b13 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -148,6 +148,7 @@ + -- 2.40.0