mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04: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:
parent
9689290ff0
commit
149f6f1576
@ -143,6 +143,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
|
||||
&test-decoding;
|
||||
&tsearch2;
|
||||
&tsm-system-rows;
|
||||
&tsm-system-time;
|
||||
&unaccent;
|
||||
&uuid-ossp;
|
||||
&xml2;
|
||||
|
@ -148,6 +148,7 @@
|
||||
<!ENTITY test-shm-mq SYSTEM "test-shm-mq.sgml">
|
||||
<!ENTITY tsearch2 SYSTEM "tsearch2.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 uuid-ossp SYSTEM "uuid-ossp.sgml">
|
||||
<!ENTITY vacuumlo SYSTEM "vacuumlo.sgml">
|
||||
|
Loading…
x
Reference in New Issue
Block a user