1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

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
This commit is contained in:
Simon Riggs
2015-05-15 15:14:22 -04:00
parent 8d3e0906df
commit 9689290ff0
2 changed files with 2 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
&tcn;
&test-decoding;
&tsearch2;
&tsm-system-rows;
&unaccent;
&uuid-ossp;
&xml2;