Commit 9689290f authored by Simon Riggs's avatar Simon Riggs

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
parent 8d3e0906
...@@ -142,6 +142,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged; ...@@ -142,6 +142,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
&tcn; &tcn;
&test-decoding; &test-decoding;
&tsearch2; &tsearch2;
&tsm-system-rows;
&unaccent; &unaccent;
&uuid-ossp; &uuid-ossp;
&xml2; &xml2;
......
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
<!ENTITY test-parser SYSTEM "test-parser.sgml"> <!ENTITY test-parser SYSTEM "test-parser.sgml">
<!ENTITY test-shm-mq SYSTEM "test-shm-mq.sgml"> <!ENTITY test-shm-mq SYSTEM "test-shm-mq.sgml">
<!ENTITY tsearch2 SYSTEM "tsearch2.sgml"> <!ENTITY tsearch2 SYSTEM "tsearch2.sgml">
<!ENTITY tsm-system-rows SYSTEM "tsm-system-rows.sgml">
<!ENTITY unaccent SYSTEM "unaccent.sgml"> <!ENTITY unaccent SYSTEM "unaccent.sgml">
<!ENTITY uuid-ossp SYSTEM "uuid-ossp.sgml"> <!ENTITY uuid-ossp SYSTEM "uuid-ossp.sgml">
<!ENTITY vacuumlo SYSTEM "vacuumlo.sgml"> <!ENTITY vacuumlo SYSTEM "vacuumlo.sgml">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment