pgsql: TABLESAMPLE system_rows(limit)

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: TABLESAMPLE system_rows(limit)
Date: 2015-05-15 19:16:57
Message-ID: E1YtL6P-0002vT-1T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

TABLESAMPLE system_rows(limit)

Contrib module implementing a tablesample method
that allows you to limit the sample by a hard row
limit.

Petr Jelinek

Reviewed by Michael Paquier, Amit Kapila and
Simon Riggs

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9689290ff0c065f9bdc4e3a76e7931e84554224b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2015-05-15 19:20:35 pgsql: TABLESAMPLE system_time(limit)
Previous Message Tom Lane 2015-05-15 19:02:28 pgsql: Extend GB18030 encoding conversion to cover full Unicode range.