mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
TABLESAMPLE system_time(limit)
Contrib module implementing a tablesample method that allows you to limit the sample by a hard time limit. Petr Jelinek Reviewed by Michael Paquier, Amit Kapila and Simon Riggs
This commit is contained in:
@ -143,6 +143,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
|
|||||||
&test-decoding;
|
&test-decoding;
|
||||||
&tsearch2;
|
&tsearch2;
|
||||||
&tsm-system-rows;
|
&tsm-system-rows;
|
||||||
|
&tsm-system-time;
|
||||||
&unaccent;
|
&unaccent;
|
||||||
&uuid-ossp;
|
&uuid-ossp;
|
||||||
&xml2;
|
&xml2;
|
||||||
|
@ -148,6 +148,7 @@
|
|||||||
<!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 tsm-system-rows SYSTEM "tsm-system-rows.sgml">
|
||||||
|
<!ENTITY tsm-system-time SYSTEM "tsm-system-time.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