diff options
author | Simon Riggs | 2015-05-15 19:18:57 +0000 |
---|---|---|
committer | Simon Riggs | 2015-05-15 19:18:57 +0000 |
commit | 149f6f15768e731c760392679ef8ddaf00dae6c8 (patch) | |
tree | 5a94f0f4bec5e3cc427036f8c2ad55e5559c2538 | |
parent | 9689290ff0c065f9bdc4e3a76e7931e84554224b (diff) |
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
-rw-r--r-- | doc/src/sgml/contrib.sgml | 1 | ||||
-rw-r--r-- | doc/src/sgml/filelist.sgml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 146278472a..7dd5c323f0 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -143,6 +143,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged; &test-decoding; &tsearch2; &tsm-system-rows; + &tsm-system-time; &unaccent; &uuid-ossp; &xml2; diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml index fb95311dbf..15d2855b13 100644 --- a/doc/src/sgml/filelist.sgml +++ b/doc/src/sgml/filelist.sgml @@ -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"> |