pgsql: TABLESAMPLE system_time(limit) - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: TABLESAMPLE system_time(limit)
Date
Msg-id E1YtL9v-00036D-J5@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: TABLESAMPLE system_time(limit)
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/149f6f15768e731c760392679ef8ddaf00dae6c8

Modified Files
--------------
doc/src/sgml/contrib.sgml  |    1 +
doc/src/sgml/filelist.sgml |    1 +
2 files changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: TABLESAMPLE system_rows(limit)
Next
From: Simon Riggs
Date:
Subject: pgsql: contrib/tsm_system_rows