pgsql: TABLESAMPLE system_time(limit)

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: TABLESAMPLE system_time(limit)
Date: 2015-05-15 19:20:35
Message-ID: E1YtL9v-00036D-J5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2015-05-15 19:31:35 pgsql: contrib/tsm_system_rows
Previous Message Simon Riggs 2015-05-15 19:16:57 pgsql: TABLESAMPLE system_rows(limit)