From: Simon Riggs Date: Fri, 15 May 2015 19:14:22 +0000 (-0400) Subject: TABLESAMPLE system_rows(limit) X-Git-Tag: REL9_5_ALPHA1~239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9689290ff0c065f9bdc4e3a76e7931e84554224b;p=thirdparty%2Fpostgresql.git 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 --- 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 @@ +