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

From Simon Riggs
Subject pgsql: TABLESAMPLE system_rows(limit)
Date
Msg-id E1YtL6P-0002vT-1T@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Extend GB18030 encoding conversion to cover full Unicode range.
Next
From: Simon Riggs
Date:
Subject: pgsql: TABLESAMPLE system_time(limit)