From 9689290ff0c065f9bdc4e3a76e7931e84554224b Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Fri, 15 May 2015 15:14:22 -0400 Subject: [PATCH] TABLESAMPLE system_rows(limit) 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 | 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 0a2bae8dad9..146278472aa 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -142,6 +142,7 @@ CREATE EXTENSION module_name FROM unpackaged; &tcn; &test-decoding; &tsearch2; + &tsm-system-rows; &unaccent; &uuid-ossp; &xml2; diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index 03fea3217e4..fb95311dbf5 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -147,6 +147,7 @@ +