mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +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:
@ -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 @@
|
|||||||
<!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">
|
||||||
|
Reference in New Issue
Block a user